Skip to content

Commit

Permalink
Merge pull request #525 from eriknw/update_python_versions
Browse files Browse the repository at this point in the history
Update supported Python versions in setup.py
  • Loading branch information
eriknw authored Nov 6, 2021
2 parents de0c690 + 5f265c9 commit 294e981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@
"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 :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"])

0 comments on commit 294e981

Please sign in to comment.