Skip to content

Commit

Permalink
Drop support for Python 3.6 (#364)
Browse files Browse the repository at this point in the history
Remove the compatibility metadata, remove from the CI matrix, bump the
`python_requires` to 3.7+.
  • Loading branch information
leouieda committed Apr 24, 2022
1 parent 01bd6fa commit 8c7ead7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- macos
- windows
python:
- "3.6"
- "3.7"
- "3.10"
dependencies:
- latest
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers =
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -39,7 +38,7 @@ project_urls =
zip_safe = True
include_package_data = True
packages = find:
python_requires = >=3.6
python_requires = >=3.7
install_requires =
numpy
scipy
Expand Down

0 comments on commit 8c7ead7

Please sign in to comment.