Skip to content

Commit

Permalink
Drop support for Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
Per our policy, it's time to drop support for these.
  • Loading branch information
leouieda committed Feb 5, 2024
1 parent a5a4992 commit 10e7480
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- optional
include:
- dependencies: oldest
python: "3.7"
python: "3.9"
- dependencies: latest
python: "3.10"
- dependencies: optional
Expand Down
4 changes: 4 additions & 0 deletions doc/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ following releases to ensure compatibility:
- **Last compatible release**
* - 3.6
- 1.7.0
* - 3.7
- 1.8.0
* - 3.8
- 1.8.0
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ classifiers =
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
url = https://github.com/fatiando/verde
Expand All @@ -38,7 +36,7 @@ project_urls =
zip_safe = True
include_package_data = True
packages = find:
python_requires = >=3.7
python_requires = >=3.9
install_requires =
numpy>=1.19
scipy>=1.5
Expand Down

0 comments on commit 10e7480

Please sign in to comment.