summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2023-02-02 13:16:27 -0800
committerNejc Habjan <hab.nejc@gmail.com>2023-02-03 09:52:19 +0100
commit08675643e6b306d3ae101b173609a6c363c9f3df (patch)
tree0b94a331380995c101b473afdea5bd14033c0d95
parent929e07d94d9a000e6470f530bfde20bb9c0f2637 (diff)
downloadgitlab-08675643e6b306d3ae101b173609a6c363c9f3df.tar.gz
chore: add Python 3.12 testing
Add a unit test for Python 3.12. This will use the latest version of Python 3.12 that is available from https://github.com/actions/python-versions/ At this time it is 3.12.0-alpha.4 but will move forward over time until the final 3.12 release and updates. So 3.12.0, 3.12.1, ... will be matched.
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c00584e..a363ca2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -36,6 +36,8 @@ jobs:
toxenv: py310,smoke
- version: "3.11"
toxenv: py311,smoke
+ - version: '3.12.0-alpha - 3.12' # SemVer's version range syntax
+ toxenv: py312,smoke
include:
- os: macos-latest
python: