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
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
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