Skip to content

Commit

Permalink
add Python 3.12 to GitHub actions
Browse files Browse the repository at this point in the history
removed accidentally added file from a few commits ago (no need to rewrite history as it's just a random text file with links to resources)
  • Loading branch information
sylikc committed Nov 17, 2023
1 parent c2d7b9d commit e54f96c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11, 3.12]

env:
exiftool_version: 12.15
Expand Down
194 changes: 0 additions & 194 deletions unfinished thoughts.txt

This file was deleted.

0 comments on commit e54f96c

Please sign in to comment.