diff options
author | Matthew Peveler <matt.peveler@gmail.com> | 2022-11-09 19:35:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 19:35:49 -0500 |
commit | cca1dd5dba29c019819bb6ab9fdf0e596b05f857 (patch) | |
tree | f8de0e721f9590a1ac7b23670fdc00fdba136e59 | |
parent | ac3dbb71aa6840c115218dd531fdf2d64a55437a (diff) | |
download | asciidoc-git-main.tar.gz |
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e5bda3..b35eaff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,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 |