Skip to content

Commit 58824fc

Browse files
committed
Test on py 3.13
1 parent 5a33718 commit 58824fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
11+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1212
services:
1313
postgres:
1414
image: postgres
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
48+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
4949
services:
5050
mariadb:
5151
image: mariadb:latest
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
85+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
8686

8787
services:
8888
mongodb:
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
strategy:
109109
matrix:
110-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
110+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
111111
steps:
112112
- uses: actions/checkout@v3
113113
- name: Setup python ${{ matrix.python-version}}

0 commit comments

Comments
 (0)