diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-06-03 07:34:43 -0700 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2022-06-03 07:34:43 -0700 |
| commit | 8c347813e7aaf26a33fe5ae4ae73448beebfbc6c (patch) | |
| tree | c07f468c93e31de0f32245dfcf812dbace66d745 /.github/workflows | |
| parent | 00aec96ed0b60720362c6642b416567ff39aef09 (diff) | |
| download | gitlab-8c347813e7aaf26a33fe5ae4ae73448beebfbc6c.tar.gz | |
test: move back to using latest Python 3.11 version
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
