1
0
forked from VimPlug/jedi

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

@@ -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',