Skip to content

Commit

Permalink
Drop python3.6 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
plesqui committed Jul 19, 2023
1 parent 7a94a5d commit 85f71ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand All @@ -41,6 +40,6 @@
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=required,
)

0 comments on commit 85f71ab

Please sign in to comment.