From 67269319166d895fd9f45fa8f523a49516a0f30a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 26 Jun 2023 16:26:39 -0700 Subject: [PATCH] Run tests on python 3.11 --- .drone.star | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 1507d53..b9bcc1e 100644 --- a/.drone.star +++ b/.drone.star @@ -5,6 +5,7 @@ PYTHON_VERSIONS = [ "3.8", "3.9", "3.10", + "3.11", "latest", ] diff --git a/tox.ini b/tox.ini index 23db6da..181c558 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3,py37,py38,py39,py310 +envlist = py3,py37,py38,py39,py310,py311 [testenv] deps =