Skip to content

Commit

Permalink
Drop support for Python 3.5 (#61)
Browse files Browse the repository at this point in the history
We drop support for Python 3.5 as it reached its end-of-life.
  • Loading branch information
mristin authored Jun 2, 2021
1 parent b18aae5 commit 07a0af5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
Expand Down

0 comments on commit 07a0af5

Please sign in to comment.