Skip to content

Commit da863a4

Browse files
authored
Merge pull request #159 from SCAI-BIO/ci/add-test-for-python3-13
ci: add python3.13 to tests
2 parents 2e9ed52 + f7d4ad6 commit da863a4

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
services:
2222
postgres:

0 commit comments

Comments
 (0)