Skip to content

Commit

Permalink
Merge pull request #53 from stephantul/update-ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
stephantul authored Jul 13, 2024
2 parents 69992ad + a7a6592 commit e8bbde3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,8 @@ jobs:
pip install -r requirements.txt
- name: Lint with ruff
run: |
ruff reach
ruff check reach
ruff format reach
- name: Test with unittest
run: |
python -m unittest discover -s tests
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
classifiers=[
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit e8bbde3

Please sign in to comment.