Skip to content

Commit

Permalink
TST: add CPython 3.13 to regular test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 23, 2024
1 parent c92cb1b commit ece6195
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# the '-dev' suffix allows to use pre-releases if no final release is available yet
# this version should be upgraded as often as possible, typically once a year when
# Cython, numpy and matplotlib are known to be compatible
python-version: '3.12-dev'
python-version: '3.13-dev'

- name: Install dependencies
# PyYAML needs to be installed in isolation for now, because of a known
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
os:
- ubuntu-latest
- macos-latest
python-version: ['3.12']
python-version: ['3.13']
dependencies: [full]
tests-type: [unit]
test-runner: [pytest]
venv-loc: [bin]
include:
- os: windows-latest
python-version: '3.12'
python-version: '3.13'
dependencies: full
tests-type: unit
test-runner: pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- name: install check-manifest
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ece6195

Please sign in to comment.