Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35ee30a

Browse files
ShubhamChaturvedi7Shubham ChaturvediShubham Chaturveditexastony
authoredJan 19, 2023
fix: Add packaging dependency for twine < 4.0 (#522)
* chore: Adds pyhton36 deprecation to changelog * fix: updates compatability test to 3.7 * fix: pin tox dependency < 4.0 * fix: reword the deprecation announcement * chore: Update SUPPORT_POLICY.rst * fix: Add Maintenance Date in SUPPORT_POLICY.rst Co-authored-by: Tony Knapp <5892063+texastony@users.noreply.github.com> * fix: SUPPORT_POLICY.rst Co-authored-by: Tony Knapp <5892063+texastony@users.noreply.github.com> * fix: Add packaging dependency for twine Co-authored-by: Shubham Chaturvedi <scchatur@amazon.com> Co-authored-by: Shubham Chaturvedi <shubhamchaturvedi7@gmail.com> Co-authored-by: Tony Knapp <5892063+texastony@users.noreply.github.com>
1 parent 9b89cfc commit 35ee30a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎dev_requirements/release-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ pypi-parker==0.1.2
22
setuptools==60.7.1
33
twine==3.8.0
44
wheel==0.37.1
5+
#This is required for twine < 4.0
6+
packaging

0 commit comments

Comments
 (0)
Please sign in to comment.