Skip to content

Commit 0ff67e8

Browse files
authored
fix: add Python 3.9 classifier to pyproject.toml for compatibility (#464)
1 parent 9eb907c commit 0ff67e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ classifiers = [
5050
"Intended Audience :: Developers",
5151
"Intended Audience :: Science/Research",
5252
"Operating System :: OS Independent",
53+
"Programming Language :: Python :: 3.9", # manually add this classifier since Poetry won't add it automatically due to the mimimum Python version being 3.9.2 # TODO: Drop Python 3.9: Remove this classifier
5354
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator",
5455
"Topic :: Scientific/Engineering",
5556
"Topic :: System :: Hardware :: Hardware Drivers",

0 commit comments

Comments
 (0)