rasterio/pyproject.toml
Alan D. Snow 648599b65d
ENH: Enable free threading python & support Python 3.14 (#3425)
* CI: Python 3.14

* ENH: Enable free threading python
2025-11-06 14:37:41 -06:00

23 lines
552 B
TOML

[build-system]
requires = [
"setuptools>=67.8",
"wheel",
"cython~=3.1.0",
"numpy>=2"
]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
filterwarnings = [
"ignore:FilePath is supplanted",
"ignore:is_valid is not useful",
"ignore:The given matrix is",
"ignore:Dataset has no geotransform",
]
markers = [
"slow: marks tests as slow",
"gdalbin: marks test requiring GDAL binaries",
"wheel: marks test specific to wheel-building infra",
"network: marks tests that require network access"
]