Skip to content

Commit 23ef07d

Browse files
authored
Merge branch 'master' into vim-emac-purge
2 parents 344f80d + fc23b55 commit 23ef07d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

RELEASE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

8082
Thanks to the following contributors listed below for their contributions to this release.
8183
==========================================================================================

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
5556
dev = [
5657
"ninja",
5758
"psutil",
58-
"lxml < 5; sys_platform != 'win32' and python_version < '3.13'",
59+
"lxml",
5960
]
6061
pkg = [
6162
"ninja",

0 commit comments

Comments
 (0)