Skip to content

Commit

Permalink
Require Python 3.8 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 9, 2023
1 parent 4bf68e1 commit 3edba51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions newsfragments/+8f7dceef.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support for Python 2 and require Python 3.8 or later. In most cases, users should rely on the 1.x releases for an implementation that runs on older Pythons. This 2.0 series provides minimal value for users of Python 3.3 and later except to provide packaging updates and possibly preview access to functionality on later Python versions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4.1"]
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"]
build-backend = "setuptools.build_meta"

[tool.black]
Expand Down
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3

[options]
# py27 compat
# packages = find_namespace:
packages = find:
packages = find_namespace:
include_package_data = true
python_requires = >=2.6
python_requires = >=3.8
install_requires =

[options.packages.find]
Expand Down

0 comments on commit 3edba51

Please sign in to comment.