Remove support for running with Python 2.7 (#33063)
* Remove CI jobs related to Python 2.7 * Remove Python 2.7 specific code from Spack core * Remove externals for Python 2 only * Remove llnl.util.compat
This commit is contained in:

committed by
GitHub

parent
f4c3d98064
commit
3efa4ee26f
@@ -71,7 +71,7 @@ features = [
|
||||
|
||||
[tool.black]
|
||||
line-length = 99
|
||||
target-version = ['py27', 'py35', 'py36', 'py37', 'py38', 'py39', 'py310']
|
||||
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
|
||||
include = '''
|
||||
\.pyi?$
|
||||
'''
|
||||
|
Reference in New Issue
Block a user