Skip to content

Commit

Permalink
Merge pull request #130 from gopackgo90/patch-1
Browse files Browse the repository at this point in the history
Add Python 3.11 Suport
  • Loading branch information
vbabiy committed May 10, 2023
2 parents 4df52b8 + b097023 commit 7d4da4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def extract_requires():
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
test_suite="tests",
)
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, py39, py310
envlist = py36, py37, py38, py39, py310, py311

[gh-actions]
python =
Expand All @@ -8,6 +8,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

[testenv]
setenv =
Expand Down

0 comments on commit 7d4da4c

Please sign in to comment.