Skip to content

Commit

Permalink
Add Python 3.12 to the test matrix (#15)
Browse files Browse the repository at this point in the history
Python 3.12 was released in October of 2023.
  • Loading branch information
cottsay authored Feb 6, 2024
1 parent 641cfdf commit 474c0a0
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"],
"python": ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
"include": [
{
"os": "ubuntu-20.04",
Expand Down

0 comments on commit 474c0a0

Please sign in to comment.