diff options
author | Martin Vilcans <martin@librador.com> | 2023-02-24 14:07:28 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2023-02-24 14:10:31 +0100 |
commit | 3d9dbb4ac06f9b4b5316c2bf2b26c6caf6ef83c9 (patch) | |
tree | 7bcd38f872399aca97221e1cfd590ca52b81db78 /.github/workflows | |
parent | 670b0d016cbf51783d4ef8b079ff7c50db13a679 (diff) | |
download | screenplain-3d9dbb4ac06f9b4b5316c2bf2b26c6caf6ef83c9.tar.gz |
Add Python 3.11 to testing matrix
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/python-package.yml | 2 |
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 |