Skip to content

Commit 41c3b61

Browse files
committed
adding testing for 3.13 and prep for removal of 3.9 in future
1 parent aa4f226 commit 41c3b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max-parallel: 10
2525
matrix:
2626
os: [ubuntu-latest, windows-latest]
27-
python-version: ["3.12","3.9", "3.10", "3.11"]
27+
python-version: ["3.13","3.12","3.11", "3.10", "3.9"]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Wait for PostgreSQL to become ready

0 commit comments

Comments
 (0)