Skip to content

Commit 30e6839

Browse files
committed
ci: drop conda, 3.9+
Signed-off-by: Henry Schreiner <[email protected]>
1 parent a62099c commit 30e6839

File tree

5 files changed

+4
-87
lines changed

5 files changed

+4
-87
lines changed

.github/workflows/conda.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
platform: [windows-latest, macos-13, ubuntu-latest]
20-
python-version: ["3.7", "3.11"]
19+
platform: [windows-latest, macos-latest, ubuntu-latest]
20+
python-version: ["3.9", "3.13"]
2121

2222
runs-on: ${{ matrix.platform }}
2323

conda.recipe/meta.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test-skip = "*universal2:arm64"
1212

1313

1414
[tool.ruff]
15-
target-version = "py37"
15+
target-version = "py39"
1616

1717
[tool.ruff.lint]
1818
extend-select = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
# level" feature, but in the future it may provide more features.
3737
cmdclass={"build_ext": build_ext},
3838
zip_safe=False,
39-
python_requires=">=3.7",
39+
python_requires=">=3.9",
4040
)

0 commit comments

Comments
 (0)