Skip to content

Commit

Permalink
Switch back to requiring Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed Jul 3, 2024
1 parent bdb01c7 commit 0585bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout repository
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ classifiers=[
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -42,7 +41,7 @@ dynamic = [
"version",
]

requires-python = ">=3.8, <4"
requires-python = ">=3.9, <4"
dependencies = [
"numpy",
"scipy",
Expand Down

0 comments on commit 0585bde

Please sign in to comment.