Skip to content

Commit 1561476

Browse files
committed
ci: remove 3.14 from py list as it failed to install lxml
1 parent 35c4844 commit 1561476

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
10+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
python-version:
10-
- "3.14"
1110
- "3.13"
1211
- "3.12"
1312
- "3.11"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def get_version(pkg):
6363
"Programming Language :: Python :: 3.11",
6464
"Programming Language :: Python :: 3.12",
6565
"Programming Language :: Python :: 3.13",
66-
"Programming Language :: Python :: 3.14",
6766
],
6867
keywords="jinja2",
6968
url="https://github.com/elapouya/python-docx-template",

0 commit comments

Comments
 (0)