From bef4773d0cc0b4a21f027d92953b7d5adf124efd Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sun, 18 Dec 2022 18:41:23 +0100 Subject: [PATCH] Add build with Python 3.11 --- .github/workflows/main.yml | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebbba2c..640c2ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11' steps: - name: Clone Repository diff --git a/tox.ini b/tox.ini index f16492c..06488a8 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py38 py39 py310 + py311 [gh-actions] python = @@ -11,6 +12,7 @@ python = 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 [testenv] deps = -rrequirements.txt