Skip to content

Commit

Permalink
- reinstate Python 3.8 pin for Chameleon
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 29, 2024
1 parent ab90940 commit d850bc9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ AccessControl==6.3
Acquisition==5.2
AuthEncoding==5.0
BTrees==5.2
Chameleon==4.4.4
Chameleon==4.4.4; python_version == '3.8'
Chameleon==4.4.4; python_version > '3.8'
DateTime==5.5
DocumentTemplate==4.6
ExtensionClass==5.1
Expand Down
3 changes: 2 additions & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ AccessControl==6.3
Acquisition==5.2
AuthEncoding==5.0
BTrees==5.2
Chameleon==4.4.4
Chameleon==4.4.4; python_version == '3.8'
Chameleon==4.4.4; python_version > '3.8'
DateTime==5.5
DocumentTemplate==4.6
ExtensionClass==5.1
Expand Down
4 changes: 4 additions & 0 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ zope.testbrowser = 6.0
zope.testing = 5.0.1
zope.traversing = 5.0
zope.viewlet = 5.0

[versions:python38]
# Chameleon >= 4.5 requires Python 3.9
Chameleon = 4.4.4

0 comments on commit d850bc9

Please sign in to comment.