Sfoglia il codice sorgente

Refs #35844 -- Added Python 3.14 to daily builds.

Mariusz Felisiak 5 mesi fa
parent
commit
48fa531fbc
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 0
      .github/workflows/schedule_tests.yml
  2. 2 2
      tests/requirements/py3.txt

+ 1 - 0
.github/workflows/schedule_tests.yml

@@ -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:

+ 2 - 2
tests/requirements/py3.txt

@@ -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