Add py39 Support

Change-Id: Icf84ac9c2ea4c0b724c949fdbaec89224ee84464
This commit is contained in:
Nisar Khan 2023-05-23 05:43:31 +00:00 committed by Mohd Nisar Khan
parent d7db1d4e08
commit cad6614191
2 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,10 @@
required-projects:
- name: openstack/requirements
override-checkout: stable/zed
- openstack-tox-py39:
required-projects:
- name: openstack/requirements
override-checkout: stable/zed
gate:
jobs:
- openstack-tox-pep8:
@ -29,3 +33,7 @@
required-projects:
- name: openstack/requirements
override-checkout: stable/zed
- openstack-tox-py39:
required-projects:
- name: openstack/requirements
override-checkout: stable/zed

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py27,pep8
envlist = py36,py37,py27,pep8,py39
minversion = 2.3.2
skipsdist = True
ignore_basepython_conflict = True