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 f2814de commit 54f6f44Copy full SHA for 54f6f44
.github/workflows/ci-cd.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
matrix:
39
os: [macos-latest, ubuntu-latest]
40
- python-version: ["3.8", "3.11"]
+ python-version: ["3.11", "3.13"]
41
fail-fast: false
42
runs-on: ${{ matrix.os }}
43
defaults:
0 commit comments