Codebase list python-castellan / 73569c8
Drop python3.6/3.7 support in testing runtime In Zed cycle testing runtime, we are targetting to drop the python 3.6/3.7 support, project started adding python 3.8 as minimum, example nova: - https://github.com/openstack/nova/blob/56b5aed08c6a3ed81b78dc216f0165ebfe3c3350/setup.cfg#L13 Change-Id: I356f666d481e3514f5806221491171d95ae5789c Hervé Beraud 1 year, 10 months ago
2 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 - job:
11 name: castellan-functional-vault
2 parent: openstack-tox-py36
2 parent: openstack-tox-py38
33 description: |
44 Run tox functional-vault target
55 required-projects:
55 author = OpenStack
66 author_email = openstack-discuss@lists.openstack.org
77 home_page = https://docs.openstack.org/castellan/latest/
8 python_requires = >=3.6
8 python_requires = >=3.8
99 classifier =
1010 Environment :: OpenStack
1111 Intended Audience :: Information Technology
1414 Operating System :: POSIX :: Linux
1515 Programming Language :: Python
1616 Programming Language :: Python :: 3
17 Programming Language :: Python :: 3.6
18 Programming Language :: Python :: 3.7
1917 Programming Language :: Python :: 3.8
2018 Programming Language :: Python :: 3.9
2119 Programming Language :: Python :: 3 :: Only