Skip to content

Commit 38da8a8

Browse files
committed
Win build requirements tests.
1 parent a79c411 commit 38da8a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
python-version:
26-
- '3.13'
26+
- '3.14-dev'
2727
name: Windows, SQLite, Python ${{ matrix.python-version }}
2828
steps:
2929
- name: Checkout

tests/requirements/py3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14'
44
bcrypt >= 4.1.1
55
black >= 25.1.0
66
docutils >= 0.19
7-
geoip2 >= 4.8.0
7+
geoip2 >= 4.8.0; sys.platform != 'win32' or python_version < '3.14'
88
jinja2 >= 2.11.0
99
numpy >= 1.26.0; python_version < '3.14'
1010
Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14'
@@ -14,7 +14,7 @@ pymemcache >= 3.4.0
1414
pywatchman; sys_platform != 'win32'
1515
PyYAML >= 6.0.2
1616
redis >= 5.1.0
17-
selenium >= 4.23.0
17+
selenium >= 4.23.0; sys.platform != 'win32' or python_version < '3.14'
1818
sqlparse >= 0.5.0
1919
tblib >= 3.0.0
2020
tzdata

0 commit comments

Comments
 (0)