Skip to content

Commit 1231398

Browse files
authored
add Python 3.13 to unit-test matrix (#128)
1 parent 029997c commit 1231398

File tree

3 files changed

+778
-701
lines changed

3 files changed

+778
-701
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ['3.9', '3.10', '3.11', '3.12']
25+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2626
services:
2727
# Postgres service container
2828
postgres:

0 commit comments

Comments
 (0)