Skip to content

Commit 500bd42

Browse files
authored
Refs #35844 -- Readded optional requirements on daily builds for Python 3.14.
1 parent 748ca0a commit 500bd42

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/requirements/py3.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
aiosmtpd >= 1.4.5
22
asgiref >= 3.9.1
3-
argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14'
3+
argon2-cffi >= 23.1.0
44
bcrypt >= 4.1.1
55
black >= 25.1.0
66
docutils >= 0.19
7-
geoip2 >= 4.8.0; sys.platform != 'win32' or python_version < '3.14'
7+
geoip2 >= 4.8.0
88
jinja2 >= 2.11.0
9-
numpy >= 1.26.0; python_version < '3.14'
9+
numpy >= 1.26.0
1010
Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14'
1111
# pylibmc/libmemcached can't be built on Windows.
1212
pylibmc; sys_platform != 'win32'
1313
pymemcache >= 3.4.0
1414
pywatchman; sys_platform != 'win32'
1515
PyYAML >= 6.0.2
1616
redis >= 5.1.0
17-
selenium >= 4.23.0; sys.platform != 'win32' or python_version < '3.14'
17+
selenium >= 4.23.0
1818
sqlparse >= 0.5.0
1919
tblib >= 3.0.0
2020
tzdata

0 commit comments

Comments
 (0)