Refs #34900 -- Added Python 3.13 to daily builds.

This commit is contained in:
Mariusz Felisiak 2023-11-20 19:52:56 +01:00 committed by GitHub
parent f1697ec7c8
commit 00a950f923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -19,6 +19,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13-dev'
name: Windows, SQLite, Python ${{ matrix.python-version }}
continue-on-error: true
steps:

View File

@ -4,10 +4,10 @@ argon2-cffi >= 19.2.0
bcrypt
black
docutils >= 0.19
geoip2
geoip2; python_version < '3.13'
jinja2 >= 2.11.0
numpy
Pillow >= 6.2.1
numpy; sys.platform != 'win32' or python_version < '3.13'
Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.13'
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0