Skip to content

Commit

Permalink
Add new Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Feb 24, 2024
1 parent 4b51c84 commit d3bd20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10", "graalpy-23.1"]
include:
# - os: "windows-2022"
# python-version: "3.10"
Expand Down

0 comments on commit d3bd20b

Please sign in to comment.