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.
2 parents ab57d2f + 6b606ce commit 287b79cCopy full SHA for 287b79c
.github/workflows/cron-test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python: [cp311]
+ python: [cp313]
22
os: [ubuntu-latest, windows-latest]
23
env:
24
BUILD_COMMIT: "main"
@@ -46,7 +46,7 @@ jobs:
46
python-version: '3.x'
47
48
- name: Install cibuildwheel
49
- run: python -m pip install cibuildwheel==2.16.2
+ run: python -m pip install cibuildwheel==3.1.4
50
51
- name: Build wheels
52
run: python -m cibuildwheel --output-dir wheelhouse .
.github/workflows/generate-documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- python-version: ["3.10"]
+ python-version: ["3.13"]
steps:
- name: Checkout
uses: actions/checkout@v5
0 commit comments