Skip to content

Commit

Permalink
chore: drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Aug 2, 2024
1 parent a40e7b9 commit 4557c01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

- Add support for Python 3.12.

- Drop support for Python 3.7.

2.0 (2022-01-02)
================

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ classifiers =
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -38,7 +37,7 @@ package_dir=
=src
packages=find_namespace:
include_package_data = True
python_requires = >=3.7
python_requires = >=3.8
install_requires =
translationstring
iso8601
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint,
py37,py38,py39,py310,py311,py312,pypy3,
py38,py39,py310,py311,py312,pypy3,
docs,
coverage
isolated_build = True
Expand Down

0 comments on commit 4557c01

Please sign in to comment.