summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Kutik <daniel.kutik@lavawerk.com>2023-10-17 11:48:06 +0200
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-17 13:58:33 +0000
commit45809e51ca6f4dfb84c9400e5dffef6daa2d667d (patch)
tree162193ab4e8d22436394aeff3dae0ae73c947c0e /pyproject.toml
parent331c5dd3e763c9616889f2e052d8d2cf842432fe (diff)
downloadgit-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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1f663c5f..dddae152 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,4 +15,4 @@
15[tool.black] 15[tool.black]
16line-length = 80 16line-length = 80
17# NB: Keep in sync with tox.ini. 17# NB: Keep in sync with tox.ini.
18target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311'] 18target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311'] #, 'py312'