We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111e6d1 commit b235586Copy full SHA for b235586
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@master
19
with:
20
python-version: 3.13
21
- - run: pip install -r requirements-build-3_12.txt
+ - run: pip install -r requirements-build-3_13.txt
22
- run: python setup.py sdist
23
- uses: actions/upload-artifact@v4
24
requirements-dev-3_11.txt
@@ -1,5 +1,4 @@
1
numpy==1.24.3
2
pytest==7.1.2
3
-pylint==2.7.4
4
invoke==2.2.0
5
hypothesis==6.10.1
requirements-dev-3_12.txt
@@ -2,3 +2,4 @@ numpy==1.24.3
+setuptools==70.*
0 commit comments