Skip to content

Commit

Permalink
update python version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivergara authored Oct 24, 2024
1 parent 61f8a5e commit c3493b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: true
matrix:
PYTHON_VERSION: ['3.9', '3.10', '3.11']
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12', '3.13']
OS: ['ubuntu-latest', 'windows-latest']
steps:
- name: Checkout branch
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.9', '3.10', '3.11']
PYTHON_VERSION: ['3.9', '3.10', '3.11', '3.12', '3.13']
services:
DB:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down

0 comments on commit c3493b3

Please sign in to comment.