Skip to content

Commit

Permalink
Add ci coverage for 3.13 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Dec 23, 2024
1 parent 5b7f0c7 commit 9d4bdb8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest", "macos-14"]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 # Needed to retrieve tags for determining crick version number

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.22.0

- uses: actions/upload-artifact@v3
with:
Expand Down
10 changes: 10 additions & 0 deletions ci/environment-3.13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: test-environment
channels:
- conda-forge
dependencies:
# Required
- python=3.13
- numpy
- scipy
- cython
- pytest

0 comments on commit 9d4bdb8

Please sign in to comment.