summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-11-30 23:49:39 -0500
committerGitHub <noreply@github.com>2022-11-30 23:49:39 -0500
commitd753cb7d482387dac2369aed9fdf3f428e7382b1 (patch)
treee6cd9a2390da00ad17706955fcc09bb49bb3ddff /.github/workflows/ci.yml
parent599df7329b0c8bc8606f04a1248460073957b078 (diff)
parentdd8a824231a0081ddfee203f9f1764a39153fce3 (diff)
downloadpycurl-d753cb7d482387dac2369aed9fdf3f428e7382b1.tar.gz
Merge pull request #779 from swt2c/ci_python_311
Run CI for Python 3.11
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9973d58..212c99b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3