From 59c27a7c9027b490b61c1c8f283bb51100be0cbd Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 11 Jun 2022 22:34:51 -0500 Subject: Add tests for python 3.11 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39d9451..4fe2030 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-beta.3] fail-fast: false services: nginx: -- cgit v1.2.1