We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da5692 commit 1b04473Copy full SHA for 1b04473
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", "3.12", "3.13"]
+ python-version: ["3.12", "3.13", "3.14"]
14
15
steps:
16
- name: Checkout
0 commit comments