Skip to content

Commit

Permalink
Merge pull request #227 from Chia-Network/EL.python3.8
Browse files Browse the repository at this point in the history
Remove python 3.8 support
  • Loading branch information
emlowe authored Dec 19, 2024
2 parents 8efbc5a + 212c69f commit aae07a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
emoji: 🐧
runs-on: [ubuntu-latest]
python:
- major-dot-minor: '3.8'
matrix: '3.8'
- major-dot-minor: '3.9'
matrix: '3.9'
- major-dot-minor: '3.10'
matrix: '3.10'
- major-dot-minor: '3.11'
matrix: '3.11'
- major-dot-minor: '3.12'
matrix: '3.12'

steps:
- name: Checkout repository
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
runs-on:
intel: [windows-latest]
python:
- major-dot-minor: '3.8'
cibw-build: 'cp38-*'
manylinux: manylinux_2_28
matrix: '3.8'
- major-dot-minor: '3.9'
cibw-build: 'cp39-*'
manylinux: manylinux_2_28
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def build_extension(self, ext):
author_email="[email protected]",
description="Chia vdf verification (wraps C++)",
license="Apache-2.0",
python_requires=">=3.8",
python_requires=">=3.9",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/Chia-Network/chiavdf",
Expand Down

0 comments on commit aae07a5

Please sign in to comment.