Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edujosemena committed Dec 30, 2022
1 parent 3a8d819 commit a371a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,15 @@ def get_version(version_file):
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
# Temporarily Removed support for python 3.6 due to build failures, waiting for merge from python skeleton
# see issue Re-implement 3.6 compatibility #374
"Programming Language :: Python :: 3",
# "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",
],
#Revert to 3.6 when issue is resolved, see issue Re-implement 3.6 compatibility #374
python_requires=">=3.7",
# What does your project relate to?
keywords="posture and exposure report",
Expand Down

0 comments on commit a371a54

Please sign in to comment.