mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-15 03:58:35 +01:00
Add Python 3.10 to Test Suite (#2968)
This commit is contained in:
parent
7c113f5c75
commit
3c8953cc5a
2 changed files with 2 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ${{matrix.os}}
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
fail-fast: False
|
||||
steps:
|
||||
|
|
1
setup.py
1
setup.py
|
@ -90,6 +90,7 @@ def get_setup_kwargs(raw=False):
|
|||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
],
|
||||
python_requires='>=3.7',
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue