Skip to content

Commit 9336e8a

Browse files
authored
Enable Python 3.13 for tests (#13)
1 parent eb28cd5 commit 9336e8a

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)