diff options
author | Daniel Kutik <daniel.kutik@lavawerk.com> | 2023-10-17 11:48:06 +0200 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-10-17 13:58:33 +0000 |
commit | 45809e51ca6f4dfb84c9400e5dffef6daa2d667d (patch) | |
tree | 162193ab4e8d22436394aeff3dae0ae73c947c0e /tox.ini | |
parent | 331c5dd3e763c9616889f2e052d8d2cf842432fe (diff) | |
download | git-repo-45809e51ca6f4dfb84c9400e5dffef6daa2d667d.tar.gz |
tests: added python 3.12
adding the recently released python 3.12 to our
list of test environments.
Change-Id: I05ec0129ad29c16fff65ddfb389f251571f811a2
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/389754
Commit-Queue: Daniel Kutik <daniel.kutik@lavawerk.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
Tested-by: Daniel Kutik <daniel.kutik@lavawerk.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ | |||
15 | # https://tox.readthedocs.io/ | 15 | # https://tox.readthedocs.io/ |
16 | 16 | ||
17 | [tox] | 17 | [tox] |
18 | envlist = lint, py36, py37, py38, py39, py310, py311 | 18 | envlist = lint, py36, py37, py38, py39, py310, py311, py312 |
19 | requires = virtualenv<20.22.0 | 19 | requires = virtualenv<20.22.0 |
20 | 20 | ||
21 | [gh-actions] | 21 | [gh-actions] |
@@ -26,6 +26,7 @@ python = | |||
26 | 3.9: py39 | 26 | 3.9: py39 |
27 | 3.10: py310 | 27 | 3.10: py310 |
28 | 3.11: py311 | 28 | 3.11: py311 |
29 | 3.12: py312 | ||
29 | 30 | ||
30 | [testenv] | 31 | [testenv] |
31 | deps = | 32 | deps = |