Skip to content

Commit b235586

Browse files
committed
1.0.0 RC 3
1 parent 111e6d1 commit b235586

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@master
1919
with:
2020
python-version: 3.13
21-
- run: pip install -r requirements-build-3_12.txt
21+
- run: pip install -r requirements-build-3_13.txt
2222
- run: python setup.py sdist
2323
- uses: actions/upload-artifact@v4
2424
with:

requirements-dev-3_11.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
numpy==1.24.3
22
pytest==7.1.2
3-
pylint==2.7.4
43
invoke==2.2.0
54
hypothesis==6.10.1

requirements-dev-3_12.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ numpy==1.24.3
22
pytest==7.1.2
33
invoke==2.2.0
44
hypothesis==6.10.1
5+
setuptools==70.*

0 commit comments

Comments
 (0)