mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
1fda28c761
commit
deee99ef0b
2 changed files with 8 additions and 10 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue