Skip to content

Commit

Permalink
Require flit-core 3.10 for Python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Feb 18, 2025
1 parent 3c324a6 commit 03ee6b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
python -m pip install .[test]
- name: Install Docutils ${{ matrix.docutils }}
run: python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
Expand Down Expand Up @@ -170,7 +169,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
python -m pip install .[test]
- name: Test with pytest
run: python -m pytest -n logical --dist=worksteal -vv --durations 25
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core>=3.7"]
requires = ["flit_core>=3.10"]
build-backend = "flit_core.buildapi"

# project metadata
Expand Down

0 comments on commit 03ee6b0

Please sign in to comment.