From 8aa207c2bbf56675390d733f39e0a946902b308e Mon Sep 17 00:00:00 2001 From: juanbc Date: Fri, 11 Nov 2022 00:17:59 -0300 Subject: [PATCH] py311 --- .github/workflows/CI.yml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9636b9c..dd309d3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,6 +39,8 @@ jobs: tox_env: py39 - py_version: "3.10" tox_env: py310 + - py_version: "3.11" + tox_env: py311 # the steps of the CI steps: diff --git a/tox.ini b/tox.ini index 02525cf..198e42e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = style, make-docs, check-manifest, docstyle, py37, py38, py39, py310, coverage +envlist = style, make-docs, check-manifest, docstyle, py37, py38, py39, py310, py311, coverage [testenv]