Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Drop support for Python 3.7 and add support for Python 3.12 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil authored Dec 28, 2023
1 parent afbc091 commit cb749aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/wiki/Chinese (简体中文).md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
本软件包支持Python 3.7及以上版本
本软件包支持Python 3.8及以上版本

若您需要与Python 2兼容,请使用本软件包v1.1.11版本。

Expand Down
2 changes: 1 addition & 1 deletion .github/wiki/English.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python 3.7+ is supported.
Python 3.8+ is supported.

If you need Python 2 support you can use v1.1.11 version of the library.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.8"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9"]
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"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",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)

0 comments on commit cb749aa

Please sign in to comment.