We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d460a7 commit 325f22dCopy full SHA for 325f22d
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
- "v*"
6
strategy:
7
matrix:
8
- python-version: ["3.11"]
+ python-version: ["3.13"]
9
10
jobs:
11
test:
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
12
13
14
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments