Skip to content

Commit aae07a5

Browse files
authored
Merge pull request #227 from Chia-Network/EL.python3.8
Remove python 3.8 support
2 parents 8efbc5a + 212c69f commit aae07a5

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/build-riscv64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
emoji: 🐧
3333
runs-on: [ubuntu-latest]
3434
python:
35-
- major-dot-minor: '3.8'
36-
matrix: '3.8'
3735
- major-dot-minor: '3.9'
3836
matrix: '3.9'
3937
- major-dot-minor: '3.10'
4038
matrix: '3.10'
4139
- major-dot-minor: '3.11'
4240
matrix: '3.11'
41+
- major-dot-minor: '3.12'
42+
matrix: '3.12'
4343

4444
steps:
4545
- name: Checkout repository

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
runs-on:
4646
intel: [windows-latest]
4747
python:
48-
- major-dot-minor: '3.8'
49-
cibw-build: 'cp38-*'
50-
manylinux: manylinux_2_28
51-
matrix: '3.8'
5248
- major-dot-minor: '3.9'
5349
cibw-build: 'cp39-*'
5450
manylinux: manylinux_2_28

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def build_extension(self, ext):
140140
author_email="[email protected]",
141141
description="Chia vdf verification (wraps C++)",
142142
license="Apache-2.0",
143-
python_requires=">=3.8",
143+
python_requires=">=3.9",
144144
long_description=open("README.md").read(),
145145
long_description_content_type="text/markdown",
146146
url="https://github.com/Chia-Network/chiavdf",

0 commit comments

Comments
 (0)