Skip to content

Commit

Permalink
Refs #35844 -- Added Python 3.14 to daily builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Oct 17, 2024
1 parent 438fc42 commit 48fa531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14-dev'
name: Windows, SQLite, Python ${{ matrix.python-version }}
continue-on-error: true
steps:
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements/py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ black
docutils >= 0.19
geoip2
jinja2 >= 2.11.0
numpy
Pillow >= 6.2.1
numpy; python_version < '3.14'
Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.14'
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys_platform != 'win32'
pymemcache >= 3.4.0
Expand Down

0 comments on commit 48fa531

Please sign in to comment.