Skip to content

Commit 252a8b1

Browse files
committed
Update python_requires and test matrix
1 parent 922dae6 commit 252a8b1

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
31-
os: [ubuntu-latest]
32-
include:
33-
- os: macos-latest
34-
python-version: "3.8"
30+
python-version: ["3.11", "3.12", "3.13"]
31+
os: [ubuntu-latest, macos-latest]
3532
fail-fast: false
3633
env:
3734
CMAKE_POLICY_VERSION_MINIMUM: 3.5

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
requires = [
33
"setuptools",
44
"setuptools-scm",
5-
"scikit-build-core >=0.4.3",
6-
"nanobind >=1.3.2"
5+
"scikit-build-core>=0.4.3",
6+
"nanobind>=1.3.2"
77
]
88
build-backend = "scikit_build_core.build"
99

@@ -16,11 +16,9 @@ authors = [
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3 :: Only",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
21-
"Programming Language :: Python :: 3.10",
2219
"Programming Language :: Python :: 3.11",
2320
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2422
"Operating System :: OS Independent",
2523
"Intended Audience :: Developers",
2624
"Intended Audience :: Science/Research",
@@ -38,7 +36,7 @@ keywords = [
3836
]
3937
name = "s2fft"
4038
readme = "README.md"
41-
requires-python = ">=3.8"
39+
requires-python = ">=3.11"
4240
license.file = "LICENCE.txt"
4341
urls.homepage = "https://github.com/astro-informatics/s2fft"
4442

0 commit comments

Comments
 (0)