Skip to content

Commit e36ddb4

Browse files
authored
Run tests also for Python 3.13 (#16)
1 parent eaf3d1e commit e36ddb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
python: ["3.12"]
41+
python: ["3.12", "3.13"]
4242
steps:
4343
- name: ⤵️ Check out code from GitHub
4444
uses: actions/[email protected]

0 commit comments

Comments
 (0)