Skip to content

Commit

Permalink
Update versions of Python used in testing (#16)
Browse files Browse the repository at this point in the history
Remove older versions of Python that Git stopped carrying. Replace with
more recent versions.

Co-authored-by: danholdaway <danholdaway@users.noreply.github.com>
  • Loading branch information
danholdaway and danholdaway authored Dec 17, 2024
1 parent 336d96c commit a5bd1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

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

steps:
- name: Setup Python
Expand Down

0 comments on commit a5bd1b7

Please sign in to comment.