Skip to content

Commit

Permalink
Add Python 3.13.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Feb 3, 2024
1 parent ad0696a commit 772c3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: "./.github/workflows/test-os.yml"
with:
os: '["macos-11", "macos-12", "macos-13", "macos-14"]'
python-version: '["3.10", "3.11", "3.12", "installed"]'
python-version: '["3.10", "3.11", "3.12", "3.13.0-alpha.3", "installed"]'
include: >
[
{"os": "macos-11", "python-version": "3.7"},
Expand All @@ -52,15 +52,15 @@ jobs:
uses: "./.github/workflows/test-os.yml"
with:
os: '["ubuntu-20.04", "ubuntu-22.04"]'
python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "installed"]'
python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.3", "installed"]'
include: '[{"os": "ubuntu-20.04", "python-version": "3.7"}]'

test-win:
name: "Test Windows"
uses: "./.github/workflows/test-os.yml"
with:
os: '["windows-2019", "windows-2022"]'
python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "installed"]'
python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.3", "installed"]'
include: '[{"os": "windows-2019", "python-version": "3.7"}]'

publish:
Expand Down

0 comments on commit 772c3ca

Please sign in to comment.