Skip to content

Commit d6738cd

Browse files
authored
Adding latest Python versions to testing CI (#161)
<!-- ⚠️ This is an open-source repository. Do not share sensitive information. -->
1 parent 6f6f442 commit d6738cd

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)