aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2023-02-24 14:07:28 +0100
committerMartin Vilcans <martin@librador.com>2023-02-24 14:10:31 +0100
commit3d9dbb4ac06f9b4b5316c2bf2b26c6caf6ef83c9 (patch)
tree7bcd38f872399aca97221e1cfd590ca52b81db78
parent670b0d016cbf51783d4ef8b079ff7c50db13a679 (diff)
downloadscreenplain-3d9dbb4ac06f9b4b5316c2bf2b26c6caf6ef83c9.tar.gz
Add Python 3.11 to testing matrix
-rw-r--r--.github/workflows/python-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 099c42a..0f1b9b0 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3