Skip to content

Commit 40f67bf

Browse files
committed
Test for Python 3.7
1 parent 087d6a6 commit 40f67bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2323

2424
steps:
2525
- name: Checkout

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1818
"Operating System :: OS Independent",
19+
"Programming Language :: Python :: 3.8",
1920
"Programming Language :: Python :: 3.9",
2021
"Programming Language :: Python :: 3.10",
2122
"Programming Language :: Python :: 3.11",
2223
"Programming Language :: Python :: 3.12",
2324
]
24-
requires-python = ">=3.8"
25+
requires-python = ">=3.7"
2526
dependencies = [
2627
"numpy",
2728
]

0 commit comments

Comments
 (0)