summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-11-30 22:47:17 -0500
committerScott Talbert <swt@techie.net>2022-11-30 22:47:17 -0500
commit653b3f4df0625ec6893bb0c40bdbc38b684628b0 (patch)
treec78519d0656ee1664f76b4644b66f4bab039adf8
parent599df7329b0c8bc8606f04a1248460073957b078 (diff)
downloadpycurl-653b3f4df0625ec6893bb0c40bdbc38b684628b0.tar.gz
Run CI for Python 3.11
-rw-r--r--.github/workflows/ci-macos.yml2
-rw-r--r--.github/workflows/ci-windows.yml2
-rw-r--r--.github/workflows/ci.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 4a09619..0474e25 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -19,7 +19,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
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 362b967..865138a 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -14,7 +14,7 @@ jobs:
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
strategy:
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
permissions:
packages: write
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