diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-11-05 23:34:08 +0200 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-11-05 23:34:08 +0200 |
| commit | 124f5c358c6a18b1a647e122cf88686a449552f9 (patch) | |
| tree | 88d6353485059cbba014be92f1bb9b0373e33e6e /.github/workflows | |
| parent | 6f4cf6f01e81c860ab0add4580f73e099bf8abba (diff) | |
| download | python-decorator-git-124f5c358c6a18b1a647e122cf88686a449552f9.tar.gz | |
Add support for Python 3.11
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 d527946..fda580a 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 |
