File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
2020
2121 From William Deegan:
2222 - Fix SCons Docbook schema to work with lxml > 5
23+ - Update pyproject.toml to support Python 3.14 and remove restrictions on lxml version install
2324
2425 From Mats Wichmann:
2526 - Introduce some unit tests for the file locking utility routines
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ DEVELOPMENT
7676- Introduce some unit tests for the file locking utility routines
7777
7878- Purge vim/emac local variable bloat.
79+ - Update pyproject.toml to support Python 3.14 and remove restrictions on lxml version install
80+
7981
8082Thanks to the following contributors listed below for their contributions to this release.
8183==========================================================================================
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ classifiers = [
2929 " Programming Language :: Python :: 3.11" ,
3030 " Programming Language :: Python :: 3.12" ,
3131 " Programming Language :: Python :: 3.13" ,
32+ " Programming Language :: Python :: 3.14" ,
3233 " Environment :: Console" ,
3334 " Intended Audience :: Developers" ,
3435 " Operating System :: POSIX :: Linux" ,
@@ -55,7 +56,7 @@ scons-configure-cache = "SCons.Utilities.ConfigureCache:main"
5556dev = [
5657 " ninja" ,
5758 " psutil" ,
58- " lxml < 5; sys_platform != 'win32' and python_version < '3.13' " ,
59+ " lxml" ,
5960]
6061pkg = [
6162 " ninja" ,
You can’t perform that action at this time.
0 commit comments