Skip to content

Commit

Permalink
updating versions (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fl4m3Ph03n1x authored Jan 9, 2023
1 parent dc21d43 commit 2a0ec07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def get_version():
"Programming Language :: Python :: 3.5",
"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 :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules"],
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 = py37,py36,py35,py27,pypy3,pypy,flake8
envlist = py310,py39,py38,py37,py36,py35,py27,pypy3,pypy,flake8
skipsdist = True

[testenv]
Expand Down

0 comments on commit 2a0ec07

Please sign in to comment.