Skip to content

Commit

Permalink
Update python to current supported versions. Also add experimental su…
Browse files Browse the repository at this point in the history
…pport for next python release
  • Loading branch information
Fale committed Nov 13, 2024
1 parent de171f0 commit 1696dc1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9"]
python-version: ["3.12", "3.13"]
experimental: [false]
include:
- python-version: "3.14"
platform: ubuntu-latest
experimental: true
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.experimental }}
env:
IS_MAIN_PYTHON: ${{ matrix.python-version == '3.8' && matrix.platform == 'ubuntu-latest' }}
IS_MAIN_PYTHON: ${{ matrix.python-version == '3.12' && matrix.platform == 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4
- name: Install Python tools
Expand Down

0 comments on commit 1696dc1

Please sign in to comment.