Skip to content

Commit ae5a016

Browse files
chore: add Python 3.11 testing
Add a unit test for Python 3.11. This will use the latest version of Python 3.11 that is available from https://github.com/actions/python-versions/ At this time it is 3.11.0-alpha.2 but will move forward over time until the final 3.11 release and updates. So 3.11.0, 3.11.1, ... will be matched.
1 parent af33aff commit ae5a016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
python:
4343
version: "3.10"
4444
toxenv: py310,smoke
45+
- os: ubuntu-latest
46+
python:
47+
version: '3.11.0-alpha - 3.11' # SemVer's version range syntax
48+
toxenv: py311,smoke
4549
steps:
4650
- uses: actions/checkout@v2
4751
- name: Set up Python ${{ matrix.python.version }}

0 commit comments

Comments
 (0)