From 3ce73f672e3744f6760f064fc383aafe44707a25 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Wed, 18 Oct 2023 14:30:02 +0200 Subject: [PATCH] Add build with Python 3.12 --- .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 de131fe..c93905b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12' steps: - name: Clone Repository diff --git a/tox.ini b/tox.ini index 618e898..cb6119e 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py39 py310 py311 + py312 [gh-actions] python = @@ -11,6 +12,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 [testenv] deps = -rrequirements.txt