We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fc4f7 commit 097f728Copy full SHA for 097f728
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12"]
17
18
steps:
19
- name: Checkout code
0 commit comments