Skip to content

Commit

Permalink
python3.7 no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLoh committed Nov 14, 2023
1 parent 373912b commit 7d96312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dynamic = ["version"]
authors = [
{ name = "Alan Loh", email = "alan.loh@obspm.fr" }
]
requires-python = ">=3.6"
requires-python = ">=3.8"
classifiers=[
"Programming Language :: Python :: 3",
"Intended Audience :: Science/Research"
Expand Down

0 comments on commit 7d96312

Please sign in to comment.