File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4848 - " 3.11"
4949 - " 3.12"
5050 - " 3.13"
51+ - " 3.14"
5152 - " pypy3.10"
5253 env :
5354 BABEL_CLDR_NO_DOWNLOAD_PROGRESS : " 1"
9091 - uses : actions/checkout@v5
9192 - uses : actions/setup-python@v6
9293 with :
93- python-version : " 3.13 "
94+ python-version : " 3.14 "
9495 cache : " pip"
9596 cache-dependency-path : " **/setup.py"
9697 - run : pip install build -e .
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ def run(self):
5353 'Programming Language :: Python :: 3.11' ,
5454 'Programming Language :: Python :: 3.12' ,
5555 'Programming Language :: Python :: 3.13' ,
56+ 'Programming Language :: Python :: 3.14' ,
5657 'Programming Language :: Python :: Implementation :: CPython' ,
5758 'Programming Language :: Python :: Implementation :: PyPy' ,
5859 'Topic :: Software Development :: Internationalization' ,
Original file line number Diff line number Diff line change @@ -32,3 +32,4 @@ python =
3232 3.11: py311
3333 3.12: py312
3434 3.13: py313
35+ 3.14: py314
You can’t perform that action at this time.
0 commit comments