Skip to content

Commit

Permalink
bump py37 to py38 in tox.ini
Browse files Browse the repository at this point in the history
in W cycle, we should test py38 by default.

Change-Id: Icfb3d042ccb29b1879d77671d937c8df56f017e9
  • Loading branch information
zhoulinhui committed Sep 29, 2020
1 parent d9f4b79 commit 46b1e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

[entry_points]
oslo.config.opts =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.3.1
envlist = py37,pep8
envlist = py38,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit 46b1e6e

Please sign in to comment.