Skip to content

Commit 4ee9fb4

Browse files
committed
chore: Loosen requirement constraints
We're no longer supporting Python 3.9 and tox 4 has been around for a long time now, it's in use in edx-platform so should be safe here.
1 parent 6156e71 commit 4ee9fb4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

requirements/constraints.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@
1010

1111
# This file contains all common constraints for edx-repos
1212
-c common_constraints.txt
13-
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
14-
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
15-
tox<4.0.0
16-
17-
# Temporary to Support the python 3.11 Upgrade
18-
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library

0 commit comments

Comments
 (0)