Skip to content

Commit

Permalink
CI: Add Python 3.13 builds to the build matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Nov 15, 2024
1 parent 489a81a commit 3038695
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- python-version: 3.11
os: macOS
- python-version: 3.12
os: Windows
- python-version: 3.13
os: macOS

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', 3.11]
python-version: ['3.10', 3.11, 3.12]
check-links: [false]
include:
- python-version: 3.12
- python-version: 3.13
check-links: true
outputs:
doc-version: ${{ steps.build-docs.outputs.doc-version }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', 3.12]
python-version: ['3.10', 3.13]
os: [macOS, Windows]
include:
- python-version: 3.11
os: Windows
- python-version: 3.12
os: macOS

steps:
- name: Checkout source
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', 3.11, 3.12]
python-version: ['3.10', 3.11, 3.12, 3.13]
dep-versions: [Latest]
no-extras: ['']
include:
Expand All @@ -34,7 +34,7 @@ jobs:
- python-version: '3.10'
dep-versions: Minimum
no-extras: 'No Extras'
- python-version: 3.12
- python-version: 3.13
dep-versions: Latest
no-extras: 'No Extras'

Expand Down

0 comments on commit 3038695

Please sign in to comment.