summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-06-03 07:34:43 -0700
committerJohn L. Villalovos <john@sodarock.com>2022-06-03 07:34:43 -0700
commit8c347813e7aaf26a33fe5ae4ae73448beebfbc6c (patch)
treec07f468c93e31de0f32245dfcf812dbace66d745 /.github/workflows
parent00aec96ed0b60720362c6642b416567ff39aef09 (diff)
downloadgitlab-8c347813e7aaf26a33fe5ae4ae73448beebfbc6c.tar.gz
test: move back to using latest Python 3.11 version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 97add3a..5b597bf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
toxenv: py39
- version: "3.10"
toxenv: py310,smoke
- - version: '3.11.0-beta.1'
+ - version: '3.11.0-alpha - 3.11' # SemVer's version range syntax
toxenv: py311,smoke
include:
- os: macos-latest