File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 30
30
31
31
env :
32
32
NODE_VERSION : 18.x
33
- PYTHON_VERSION : 3.x
33
+ PYTHON_VERSION : 3.14
34
34
35
35
permissions :
36
36
contents : read
@@ -101,6 +101,7 @@ jobs:
101
101
uses : actions/setup-python@v5
102
102
with :
103
103
python-version : ${{ env.PYTHON_VERSION }}
104
+ allow-prereleases : true
104
105
cache : pip
105
106
cache-dependency-path : |
106
107
pyproject.toml
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dynamic = [
39
39
" keywords"
40
40
]
41
41
readme = " README.md"
42
- requires-python = " >=3.8 "
42
+ requires-python = " >=3.9 "
43
43
classifiers = [
44
44
" Development Status :: 5 - Production/Stable" ,
45
45
" Environment :: Web Environment" ,
@@ -63,7 +63,7 @@ git = [
63
63
" mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
64
64
]
65
65
imaging = [
66
- " pillow>=10.2 ,<12.0" ,
66
+ " pillow>=11.3 ,<12.0" ,
67
67
" cairosvg~=2.6"
68
68
]
69
69
You can’t perform that action at this time.
0 commit comments