Skip to content

Commit

Permalink
update metadata (#68)
Browse files Browse the repository at this point in the history
* metadata updates
  • Loading branch information
EddyCMWF authored Feb 28, 2023
1 parent c41b0db commit 893dbd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ def read(fname):
],
zip_safe=True,
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"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 :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: OS Independent",
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 = qc, py36, py35, py34, py27, pypy3, pypy, deps
envlist = qc, py311, py310, py39, py38, py37, pypy3, pypy, deps

[testenv]
setenv = PYTHONPATH = {toxinidir}
Expand Down

0 comments on commit 893dbd6

Please sign in to comment.