Skip to content

Commit 72f70b3

Browse files
committed
remove 3.13 because pcaspy doesnt support it
1 parent cf9a330 commit 72f70b3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/Lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
14-
version: ['3.12', '3.13']
14+
version: ['3.12']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ classifiers = [
3535
# checked by "pip install". See instead "requires-python" key in this file.
3636
"Programming Language :: Python :: 3",
3737
"Programming Language :: Python :: 3.12",
38-
"Programming Language :: Python :: 3.13",
3938
"Programming Language :: Python :: 3 :: Only",
4039
]
4140

0 commit comments

Comments
 (0)