Remove support for Python 3.8 and PyPy 3.8

Dropped Python 3.8 and PyPy 3.8 from the CI workflow and updated the minimum required Python version to 3.9 in pyproject.toml. Also updated dependencies and tools to align with the new minimum Python version.
This commit is contained in:
JRoot Junior 2024-10-19 14:21:16 +03:00
parent 1fda28c761
commit deee99ef0b
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
2 changed files with 8 additions and 10 deletions

View file

@ -29,7 +29,6 @@ jobs:
- macos-latest
- windows-latest
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
@ -112,7 +111,6 @@ jobs:
- macos-latest
# - windows-latest
python-version:
- 'pypy3.8'
- 'pypy3.9'
- 'pypy3.10'