summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sorriaux <stephen.sorriaux@gmail.com>2022-10-31 16:28:51 -0400
committerStephen Sorriaux <stephen.sorriaux@gmail.com>2022-10-31 16:28:51 -0400
commitf5e601546b94c31ba495dd20257fce98e4972839 (patch)
tree6c8f800a61fff8d1b42223e27a80feb0219571e2
parent51b875ae7186830733f1cd41c2e034cf37a8cbfe (diff)
downloadkazoo-feat/python-3.11.tar.gz
ci: now test and release using Python 3.11feat/python-3.11
-rw-r--r--.github/workflows/release.yml4
-rw-r--r--.github/workflows/testing.yml8
-rw-r--r--setup.cfg1
3 files changed, 8 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 47288bf..44b1441 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
- name: Handle the code
uses: actions/checkout@v2
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
uses: actions/setup-python@v2
with:
- python-version: "3.10"
+ python-version: "3.11"
- name: Install pypa/build
run: >-
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
index 6eda66c..d42383b 100644
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -20,10 +20,10 @@ jobs:
- name: Handle the code
uses: actions/checkout@v2
- - name: "Set up Python 3.10"
+ - name: "Set up Python 3.11"
uses: actions/setup-python@v2
with:
- python-version: "3.10"
+ python-version: "3.11"
- name: Handle pip cache
uses: actions/cache@v2
@@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
zk-version: ["3.4.14", "3.5.10", "3.6.3", "3.7.1"]
include:
- python-version: "3.7"
@@ -66,6 +66,8 @@ jobs:
tox-env: py39
- python-version: "3.10"
tox-env: py310
+ - python-version: "3.11"
+ tox-env: py311
- python-version: "pypy-3.7"
tox-env: pypy3
steps:
diff --git a/setup.cfg b/setup.cfg
index 12421b7..a7dcd39 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Communications