diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03b0adf..915aadb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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