Skip to content

Commit

Permalink
Drop python==3.10 support (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 8, 2024
1 parent a70640f commit bd4789c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- macos-latest
- ubuntu-latest
python-version:
- "3.10"
- "3.11"
- "3.12"
steps:
Expand Down Expand Up @@ -52,8 +51,6 @@ jobs:
parallel-finished: true
# yamllint disable-line rule:quoted-strings
carryforward: "\
run-macos-latest-3.10,\
run-ubuntu-latest-3.10,\
run-macos-latest-3.11,\
run-ubuntu-latest-3.11,\
run-macos-latest-3.12,\
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers = [
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Image Processing",
Expand Down Expand Up @@ -71,7 +70,7 @@ optional-dependencies = {dev = [
"pytest-xdist",
]}
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
scripts = {mesh = """\
sleplet._scripts.plotting_on_mesh:main\
""", sphere = """\
Expand Down Expand Up @@ -211,7 +210,6 @@ overrides."tool.ruff.lint.isort.section-order".inline_arrays = false
legacy_tox_ini = """
[gh-actions]
python =
3.10: py310
3.11: py311
3.12: py312
Expand Down

0 comments on commit bd4789c

Please sign in to comment.