Try to enable Python 3.10 in CI

This commit is contained in:
Dave Halter
2021-11-16 21:44:29 +01:00
parent 6cb5804227
commit 515e07227b
2 changed files with 3 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
python-version: [3.9, 3.8, 3.7, 3.6]
environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter']
python-version: [3.10, 3.9, 3.8, 3.7, 3.6]
environment: ['3.8', '3.10', '3.9', '3.7', '3.6', 'interpreter']
steps:
- name: Checkout code
uses: actions/checkout@v2

View File

@@ -61,6 +61,7 @@ setup(name='jedi',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
'Topic :: Utilities',