Skip to content

Commit

Permalink
bumpy github action to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Feb 10, 2024
1 parent b9d67e9 commit 01e8f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -40,10 +40,10 @@ jobs:
uses: actions/checkout@v2
- name: Update packages
run: sudo apt-get update
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11
- name: Install Dependencies
run: pip install -e ".[full]"
- name: Run unittest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License"
],
install_requires=['numpy~=1.24.4'],
install_requires=['numpy~=1.26.4'],
python_requires='<3.12,>=3.8',
extras_require=extra_requires,
include_package_data=True,
Expand Down

0 comments on commit 01e8f8b

Please sign in to comment.