Skip to content

Commit 86c7cdf

Browse files
authored
Merge pull request #85 from siliconcompiler/rm3.8
remove 3.8
2 parents c3ff345 + f5cbb41 commit 86c7cdf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- {python: "3.8", os: "ubuntu-latest"}
2120
- {python: "3.9", os: "ubuntu-latest"}
2221
- {python: "3.10", os: "ubuntu-latest"}
2322
- {python: "3.11", os: "ubuntu-latest"}

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: [cp38, cp39, cp310, cp311, cp312, cp313]
25+
python-version: [cp39, cp310, cp311, cp312, cp313]
2626
platform:
2727
- os: ubuntu-latest
2828
arch: x86_64

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def parse_reqs():
7777
version=get_version(),
7878
packages=["sc_leflib"],
7979

80-
python_requires=">=3.8",
80+
python_requires=">=3.9",
8181
install_requires=install_reqs,
8282
extras_require=extras_req,
8383
**skbuild_args

0 commit comments

Comments
 (0)