Skip to content

Commit

Permalink
Drop support for Python 3.6 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Nov 8, 2023
1 parent 586514b commit 12f17d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.11"]
include:
- os: ubuntu-20.04
python_version: "3.6"
- os: macos-latest
python_version: "3.7"
- os: windows-latest
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers =
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -29,7 +28,7 @@ classifiers =
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.6
python_requires = >=3.7
install_requires =
spacy>=3.5.0,<4.0.0
numpy>=1.15.0; python_version < "3.9"
Expand Down

0 comments on commit 12f17d3

Please sign in to comment.