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 /.github/workflows | |
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 '.github/workflows')
-rw-r--r-- | .github/workflows/test-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 3613d82f..53d6df35 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml | |||
@@ -15,7 +15,7 @@ jobs: | |||
15 | matrix: | 15 | matrix: |
16 | # ubuntu-20.04 is the last version that supports python 3.6 | 16 | # ubuntu-20.04 is the last version that supports python 3.6 |
17 | os: [ubuntu-20.04, macos-latest, windows-latest] | 17 | os: [ubuntu-20.04, macos-latest, windows-latest] |
18 | python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] | 18 | python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] |
19 | runs-on: ${{ matrix.os }} | 19 | runs-on: ${{ matrix.os }} |
20 | 20 | ||
21 | steps: | 21 | steps: |