This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a commit to branch abderrahim/fix-ci-312
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit cd2f57853965106111b15f57239086c2aafd4f4a
Author: Abderrahim Kitouni <[email protected]>
AuthorDate: Fri Dec 8 09:08:12 2023 +0100

    Run CI tests for python 3.12 instead of the nonexistent 3.22
---
 .github/common.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/common.env b/.github/common.env
index 5006d4831..f2b67727b 100644
--- a/.github/common.env
+++ b/.github/common.env
@@ -1,6 +1,6 @@
 # Shared common variables
 
 CI_IMAGE_VERSION=master-1091773482
-CI_TOXENV_MAIN=py37,py38,py39,py310,py311,py322
+CI_TOXENV_MAIN=py37,py38,py39,py310,py311,py312
 
CI_TOXENV_PLUGINS=py37-plugins,py38-plugins,py39-plugins,py310-plugins,py311-plugins,py312-plugins
 CI_TOXENV_ALL="${CI_TOXENV_MAIN},${CI_TOXENV_PLUGINS}"

Reply via email to