Skip to content

Commit 32b809d

Browse files
committed
Merge branch 'develop'
2 parents 072bd17 + 325f22d commit 32b809d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "v*"
66
strategy:
77
matrix:
8-
python-version: ["3.11"]
8+
python-version: ["3.13"]
99

1010
jobs:
1111
test:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.11"]
14+
python-version: ["3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)