Skip to content

Commit fb32588

Browse files
committed
Remove outdated comments
1 parent 44c8258 commit fb32588

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
fail-fast: false
8585
matrix:
8686
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-13, macos-14]
87-
# This list to be kept in sync with cibuildwheel config
88-
# and python-requires in pyproject.toml.
87+
# This list to be kept in sync with python-requires in pyproject.toml.
8988
python-version: ['3.11', '3.12', '3.13', '3.13t', 'pypy3.11']
9089

9190
steps:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "python-flint"
33
description = "Bindings for FLINT"
44
version = "0.7.1"
5-
# This needs to be in sync with README, cibuildwheel and CI config.
5+
# This needs to be in sync with README, and CI config.
66
requires-python = ">= 3.11"
77
authors = [
88
{name = "Fredrik Johansson", email = "[email protected]"},
@@ -80,8 +80,6 @@ package = "flint"
8080
]
8181

8282
[tool.cibuildwheel]
83-
# requires-python needs to keep in sync with this and also the list of Python
84-
# versions the wheels are tested against in CI.
8583
skip = "*-win32 *-manylinux_i686 *-manylinux_armv7l *-musllinux_*"
8684

8785
# Enable building for free-threaded CPython builds

0 commit comments

Comments
 (0)