Skip to content

Commit 5667c68

Browse files
committed
roll python
1 parent 39a7ae6 commit 5667c68

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/run-entry-points.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.8]
11+
python-version: [3.11, 3.12, 3.13, 3.14]
1212

1313
steps:
1414
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ classifiers = [
1717
"License :: OSI Approved :: MIT License",
1818
"Natural Language :: English",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.7",
21-
"Programming Language :: Python :: 3.8",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2224
"Topic :: Scientific/Engineering",
2325
]
2426

0 commit comments

Comments
 (0)