Skip to content

Commit

Permalink
Enumerate supported CPython 3.x versions
Browse files Browse the repository at this point in the history
2.7, 3.5, and 3.6 will likely be dropped soon, but they remain supported for now.
  • Loading branch information
Theelx authored Jan 9, 2022
1 parent 6d0a8a4 commit 70b3f20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: JavaScript
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
Expand Down

0 comments on commit 70b3f20

Please sign in to comment.