Skip to content

Commit

Permalink
chore: Dropped support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 24, 2024
1 parent 5b6b50f commit 5ec59bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.config.arch }}
CIBW_BUILD: cp*-${{ matrix.config.platform }}
CIBW_SKIP: cp36* cp37*
CIBW_SKIP: cp36* cp37* cp38

- uses: actions/upload-artifact@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

2.6
---

* Dropped support for Python 3.8.

2.5
---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
description = "Python module (in c) for siphash-2-4"
keywords = ["siphash", "siphash-2-4"]
name = "siphashc"
requires-python = ">=3.8"
requires-python = ">=3.9"
version = "2.5"

[[project.authors]]
Expand Down

0 comments on commit 5ec59bb

Please sign in to comment.