Skip to content

Commit 5ab73d4

Browse files
authored
ci: Update python-publish.yaml (#93)
* Update python-publish.yaml bump-to-py313 * Update build.yaml Update the versions of python to test on and include python 3.13 * Update build.yaml * Update environment.yaml
1 parent ad6c4fe commit 5ab73d4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818

1919
steps:
2020
- name: Checkout repository
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
os: [ubuntu-latest, macos-latest]
59-
python-version: ['3.9', '3.10', '3.11', '3.12']
59+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
6060

6161
steps:
6262
- name: Checkout repository

.github/workflows/python-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
os: [ubuntu-latest, macos-14]
52-
python-version: ['39', '310', '311', '312']
52+
python-version: ['39', '310', '311', '312', '313']
5353
runs-on: ${{ matrix.os }}
5454

5555
steps:

environment.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- python=3.9
66
- ca-certificates
77
- openssl
8-
- numpy<2
98
- cython>=0.29.32
109
- setuptools>=45
1110
- wheel

0 commit comments

Comments
 (0)