We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db7991 commit f06ed16Copy full SHA for f06ed16
2 files changed
.github/workflows/build_latest.yml
@@ -14,7 +14,7 @@ jobs:
14
#NO_NET: 1
15
strategy:
16
matrix:
17
- python-version: ["3.13"]
+ python-version: ["3.13" "3.14-dev"]
18
steps:
19
20
- uses: actions/checkout@v4
.github/workflows/build_master.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- python-version: ["3.14-dev"]
+ python-version: ["3.13"]
0 commit comments