From aa27de364ac63c9439eaba3f5e4cc564c9d23763 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 5 Nov 2021 07:15:25 -0700 Subject: [PATCH] test Python 3.11 --- .github/workflows/tests.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3c375efa..4e48dd9c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,6 +27,7 @@ jobs: - {name: Linux, python: '3.10', os: ubuntu-latest, tox: py310} - {name: Windows, python: '3.10', os: windows-latest, tox: py310} - {name: Mac, python: '3.10', os: macos-latest, tox: py310} + - {name: '3.11-dev', python: '3.11-dev', os: ubuntu-latest, tox: py311} - {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39} - {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38} - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} diff --git a/tox.ini b/tox.ini index 2da3432b..f14c957d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{310,39,38,37,36,py37} + py{311,310,39,38,37,36,py37} style typing docs -- 2.47.2