Skip to content

Commit 43d8622

Browse files
author
Nicholas Car
authored
Merge pull request #1630 from aucampia/iwana-20211229T0112-fix_version
Add classifier for python 3.10
2 parents 4a2a0eb + 1c3301f commit 43d8622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def open_local(paths, mode="r", encoding="utf8"):
7171
"Programming Language :: Python :: 3.7",
7272
"Programming Language :: Python :: 3.8",
7373
"Programming Language :: Python :: 3.9",
74+
"Programming Language :: Python :: 3.10",
7475
"License :: OSI Approved :: BSD License",
7576
"Topic :: Software Development :: Libraries :: Python Modules",
7677
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)