Skip to content

Commit 6c55749

Browse files
committed
Added trove specifiers for Python versions 3.10 and 3.11
1 parent adc1e4d commit 6c55749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class includes separate parse and evaluate methods, handling operator precedence
4141
"Programming Language :: Python :: 3.7",
4242
"Programming Language :: Python :: 3.8",
4343
"Programming Language :: Python :: 3.9",
44+
"Programming Language :: Python :: 3.10",
45+
"Programming Language :: Python :: 3.11",
4446
"Topic :: Software Development",
4547
"Topic :: Software Development :: Libraries :: Python Modules",
4648
"Topic :: Software Development :: User Interfaces",

0 commit comments

Comments
 (0)