Skip to content

Commit

Permalink
Drop EOL Python 3.7 from the testing matrix (#29)
Browse files Browse the repository at this point in the history
The macos-latest runners don't consistently support Python 3.7 any
longer.
  • Loading branch information
cottsay committed Apr 25, 2024
1 parent 932ef2f commit 34fb589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strategy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"matrix": {
"os": ["macos-latest", "ubuntu-latest", "windows-latest"],
"python": ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
"python": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"include": [
{
"os": "ubuntu-20.04",
Expand Down

0 comments on commit 34fb589

Please sign in to comment.