Skip to content

Commit 1d64e0f

Browse files
committed
Updated to relect 1.2.0 packaging
1 parent 93c774b commit 1d64e0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@ def get_version(rel_path):
5050
"License :: OSI Approved :: MIT License",
5151
"Programming Language :: Python",
5252
"Programming Language :: Python :: 3",
53+
"Programming Language :: Python :: 3.9",
54+
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
56+
"Programming Language :: Python :: 3 :: Only",
5357
"Operating System :: OS Independent",
5458
"Intended Audience :: Manufacturing",
5559
"Intended Audience :: Developers",
5660
],
57-
python_requires='>=3.6',
61+
python_requires='>=3.9',
5862
)

0 commit comments

Comments
 (0)