Skip to content

Commit e699c83

Browse files
committed
1 parent c9d5303 commit e699c83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
NODE_VERSION: 18.x
33-
PYTHON_VERSION: 3.x
33+
PYTHON_VERSION: 3.14
3434

3535
permissions:
3636
contents: read
@@ -101,6 +101,7 @@ jobs:
101101
uses: actions/setup-python@v5
102102
with:
103103
python-version: ${{ env.PYTHON_VERSION }}
104+
allow-prereleases: true
104105
cache: pip
105106
cache-dependency-path: |
106107
pyproject.toml

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dynamic = [
3939
"keywords"
4040
]
4141
readme = "README.md"
42-
requires-python = ">=3.8"
42+
requires-python = ">=3.9"
4343
classifiers = [
4444
"Development Status :: 5 - Production/Stable",
4545
"Environment :: Web Environment",
@@ -63,7 +63,7 @@ git = [
6363
"mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
6464
]
6565
imaging = [
66-
"pillow>=10.2,<12.0",
66+
"pillow>=11.3,<12.0",
6767
"cairosvg~=2.6"
6868
]
6969

0 commit comments

Comments
 (0)