summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-11-09 19:35:49 -0500
committerGitHub <noreply@github.com>2022-11-09 19:35:49 -0500
commitcca1dd5dba29c019819bb6ab9fdf0e596b05f857 (patch)
treef8de0e721f9590a1ac7b23670fdc00fdba136e59
parentac3dbb71aa6840c115218dd531fdf2d64a55437a (diff)
downloadasciidoc-py3-cca1dd5dba29c019819bb6ab9fdf0e596b05f857.tar.gz
Add 3.11 to CI test suite (#263)HEADmain
-rw-r--r--.github/workflows/test.yml2
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