Use Python 3.12 and install setuptools (#48)

This commit is contained in:
Youngjoon Lee 2024-01-12 19:27:09 +09:00 committed by GitHub
parent 55f4702e0b
commit 2263327320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.11'
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests

View File

@ -1,6 +1,7 @@
blspy==1.0.16
blspy==2.0.2
cffi==1.16.0
cryptography==41.0.7
numpy==1.26.2
numpy==1.26.3
pycparser==2.21
scipy==1.10.1
scipy==1.11.4
setuptools==69.0.3