Skip to content

Commit 5bb4ef1

Browse files
committed
Add Python 3.13 to CI test matrix
Update .github/workflows/tests.yml to include Python 3.13 in the GitHub Actions matrix so the test suite runs against the latest Python release and verifies compatibility with 3.13.
1 parent f2768cd commit 5bb4ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ["3.10", "3.11", "3.12"]
9+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1010
name: Test pyDataverse
1111
env:
1212
PORT: 8080

0 commit comments

Comments
 (0)