Skip to content

Commit 12fe221

Browse files
YaraslauZhylkodvora-h
authored andcommitted
fix: proper python 3.11 support (#446)
* fix: propper python 3.11 support * fix tox config * wider python 3.x support * Update ci.yml Co-authored-by: dvora-h <[email protected]>
1 parent 7355817 commit 12fe221

File tree

4 files changed

+6
-1397
lines changed

4 files changed

+6
-1397
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
ignore-vulns: |
4343
GHSA-w596-4wvx-j9j6 # subversion related git dep, dependency for pytest. This is no impact here.
4444
GHSA-2p9h-ccw7-33gf # invalid ddos comment on the cleo package
45+
GHSA-hcpj-qp55-gfph
4546
4647
lint:
4748
name: Linter
@@ -99,7 +100,7 @@ jobs:
99100
strategy:
100101
matrix:
101102
os: [ ubuntu-latest ]
102-
pyver: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
103+
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.7" ]
103104
redisstack: [ "latest" ]
104105
fail-fast: false
105106
services:

0 commit comments

Comments
 (0)