Skip to content

Commit

Permalink
Update requirements and CI workflow for Python version compatibility
Browse files Browse the repository at this point in the history
- Updated numba version in requirements.txt from 0.60.0 to 0.61.0rc2 for improved performance and features.
- Modified the Python version matrix in the GitHub Actions workflow to include Python 3.10, ensuring compatibility with a broader range of environments.
- These changes enhance the project's dependency management and CI workflow reliability.
  • Loading branch information
saleh-mir committed Jan 4, 2025
1 parent b172839 commit 8af2dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
#- os: windows-latest
# path: ~\AppData\Local\pip\Cache
# python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']


steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uvicorn~=0.29.0
websockets>=10.0.0
python-dotenv~=0.19.2
aiofiles~=0.7.0
numba~=0.60.0
numba~=0.61.0rc2
PyJWT~=2.8.0
cryptography~=42.0.5
sympy~=1.6
Expand Down

0 comments on commit 8af2dda

Please sign in to comment.