Skip to content

Commit

Permalink
Merge pull request #59 from twingly/run-ci-on-latest-python-versions
Browse files Browse the repository at this point in the history
Run CI on latest versions of Python
  • Loading branch information
Pontus4 committed Jun 14, 2024
2 parents c5e0137 + f0e85e8 commit 99bfb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
python: [3.7, 3.8, 3.9, '3.10', 3.11]
python: [3.8, 3.9, '3.10', 3.11, 3.12]

steps:
- name: Checkout code
Expand Down

0 comments on commit 99bfb17

Please sign in to comment.