Skip to content

Commit

Permalink
Drop Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Sep 22, 2023
1 parent 160362d commit 76e6f9b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- macOS
- Windows
toxenv:
- py37
- py38
- py39
- py310
Expand All @@ -23,8 +22,6 @@ jobs:
os: macos-latest
- platform: Windows
os: windows-latest
- toxenv: py37
python-version: '3.7'
- toxenv: py38
python-version: '3.8'
- toxenv: py39
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version 0.3
* Support Python 3.10.
* Drop Python 3.6 support.
* Support Python 3.11.
* Drop Python 3.7 support.


Version 0.2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Ayame is a component based WSGI framework. It is inspired by
Requirements
------------

- Python 3.7+
- Python 3.8+
- setuptools
- Werkzeug
- secure-cookie
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
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 @@ -25,7 +24,7 @@ classifiers =
Topic :: Software Development :: Libraries :: Python Modules

[options]
python_requires = >= 3.7
python_requires = >= 3.8
packages = ayame
install_requires =
Werkzeug
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.3
envlist = py37, py38, py39, py310, py311
envlist = py38, py39, py310, py311
isolated_build = True

[testenv]
Expand Down

0 comments on commit 76e6f9b

Please sign in to comment.