Skip to content

Commit 03ee6b0

Browse files
committed
Require flit-core 3.10 for Python 3.14
1 parent 3c324a6 commit 03ee6b0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ jobs:
103103
- name: Install dependencies
104104
run: |
105105
python -m pip install --upgrade pip
106-
sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
107106
python -m pip install .[test]
108107
- name: Install Docutils ${{ matrix.docutils }}
109108
run: python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
@@ -170,7 +169,6 @@ jobs:
170169
- name: Install dependencies
171170
run: |
172171
python -m pip install --upgrade pip
173-
sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
174172
python -m pip install .[test]
175173
- name: Test with pytest
176174
run: python -m pytest -n logical --dist=worksteal -vv --durations 25

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core>=3.7"]
2+
requires = ["flit_core>=3.10"]
33
build-backend = "flit_core.buildapi"
44

55
# project metadata

0 commit comments

Comments
 (0)