We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1968a commit 6f6c15dCopy full SHA for 6f6c15d
.github/workflows/run-test-push.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: "ubuntu-latest"
14
strategy:
15
matrix:
16
- python-version: ["3.12"] # latest only
+ python-version: ["3.13"] # latest only
17
fail-fast: false
18
name: Linux Python ${{ matrix.python-version }}
19
steps:
0 commit comments