Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan authored Sep 29, 2023
2 parents c3dac81 + 9a0dec1 commit e0d9211
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11"]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ repos:
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: no-commit-to-branch
args: [--branch, main]
# - id: no-commit-to-branch
# args: [--branch, main]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Intended Audience :: Science/Research",
"Natural Language :: English",
],
python_requires=">=3.7",
python_requires=">=3.8",
extras_require={
"cpu": ["psutil", "mkl"],
},
Expand Down

0 comments on commit e0d9211

Please sign in to comment.