From 69c79d540d89fbcfcd6d0c53fd4b589330d9ed8c Mon Sep 17 00:00:00 2001 From: Faster Speeding Date: Mon, 23 Jan 2023 04:13:13 +0000 Subject: [PATCH] Run CI on latest 3.10 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbf0880d8..782b8031b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ top_level_targets = ["./examples", "./noxfile.py", "./tanjun", "./tests"] [tool.piped.github_actions.publish] [tool.piped.github_actions.py_test] codeclimate_token = "117363998d7c6b4bab4ac57348026e1089767e142ccca3eb8cc37da6cf4cc8b9" -python_versions = ["3.9", "3.10.5", "3.11"] +python_versions = ["3.9", "3.10", "3.11"] [tool.piped.github_actions.reformat] [tool.piped.github_actions.release_docs]