Skip to content

Commit 1a1ec83

Browse files
committed
modernize licence, set python >3.10, allow 3.13 and 3.14 in CI
1 parent edb5739 commit 1a1ec83

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
20+
python-version: ['3.12', '3.13', '3.14']
2121
architecture: [x64, x86]
2222
exclude:
2323
- os: ubuntu-latest

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ authors = [
1616
dependencies = [
1717
"Cython",
1818
]
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.11"
2020
readme = "README.md"
21-
license = {text = "GPLv3"}
21+
license = "GPL-3.0-or-later"
2222
classifiers = [
2323
"Development Status :: 6 - Mature",
2424
"Intended Audience :: Science/Research",
25-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2625
"Programming Language :: Cython",
2726
"Programming Language :: Python :: 3",
2827
"Topic :: Scientific/Engineering :: Mathematics",

0 commit comments

Comments
 (0)