Skip to content

Commit c3493b3

Browse files
authored
update python version for testing
1 parent 61f8a5e commit c3493b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: true
2929
matrix:
30-
PYTHON_VERSION: ['3.9', '3.10', '3.11']
30+
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12', '3.13']
3131
OS: ['ubuntu-latest', 'windows-latest']
3232
steps:
3333
- name: Checkout branch
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
PYTHON_VERSION: ['3.9', '3.10', '3.11']
59+
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12', '3.13']
6060
services:
6161
DB:
6262
image: mcr.microsoft.com/mssql/server:2019-latest

0 commit comments

Comments
 (0)