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 ab57d2f commit c3a80a9Copy full SHA for c3a80a9
.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"
.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