We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377d42b commit cf52a08Copy full SHA for cf52a08
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
# You can use PyPy versions in python-version.
24
# For example, pypy2 and pypy3
25
matrix:
26
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
27
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
0 commit comments