Skip to content

Commit

Permalink
Removed support for EOL Python 3.6 and 3.7
Browse files Browse the repository at this point in the history
Added testing for Python 3.10, 3.11, 3.12
  • Loading branch information
trungdong committed May 29, 2024
1 parent 09af502 commit 548d9f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"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",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = python3.6, python3.7, python3.8, python3.9, python3.10, pypy3
envlist = python3.8, python3.9, python3.10, python3.11, python3.12, pypy3

# Define the minimal tox version required to run;
# if the host tox is less than this the tool with create an environment and
Expand Down

0 comments on commit 548d9f0

Please sign in to comment.