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 a5edbec commit cc7af65Copy full SHA for cc7af65
.github/workflows/wheels.yml
@@ -106,6 +106,8 @@ jobs:
106
exclude:
107
- buildplat: [windows-2022, win_amd64]
108
python: ["cp313t", "3.13"]
109
+ - buildplat: [windows-2022, win_amd64]
110
+ python: ["cp314t", "3.14"]
111
112
env:
113
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
0 commit comments