You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ classifiers = [
50
50
"Intended Audience :: Developers",
51
51
"Intended Audience :: Science/Research",
52
52
"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
0 commit comments