We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50080da commit b030293Copy full SHA for b030293
1 file changed
.github/workflows/python_jobs.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false # complete remaining jobs
11
matrix:
12
os: [windows-latest, ubuntu-latest]
13
- python-version: ["3.10", "3.11"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
14
15
steps:
16
- name: Checkout
0 commit comments