Skip to content

Commit

Permalink
chore: deprecate support for Python version <3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed Oct 10, 2024
1 parent 1f5781c commit 9a6efb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
env:
PYTHON_VER: "3.11" # Python to run test/cibuildwheel
CIBW_BUILD: >
cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
pp38-* pp39-* pp310-*
cp39-* cp310-* cp311-* cp312-* cp313-*
pp39-* pp310-*
CIBW_TEST_COMMAND: python -m unittest discover {project}/tests

jobs:
Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
strategy:
matrix:
py:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## Next version (Unreleased)

- Build wheels for Python 3.13
- Deprecate support for Python version before 3.9 and stop building wheels for them

## 0.16.1 (August 4, 2024)

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def do_setup():
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 9a6efb0

Please sign in to comment.