Skip to content

Commit

Permalink
fix: proper python 3.11 support (#446)
Browse files Browse the repository at this point in the history
* fix: propper python 3.11 support

* fix tox config

* wider python 3.x support

* Update ci.yml

Co-authored-by: dvora-h <[email protected]>
  • Loading branch information
2 people authored and chayim committed Jan 8, 2023
1 parent 7355817 commit 12fe221
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,397 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
ignore-vulns: |
GHSA-w596-4wvx-j9j6 # subversion related git dep, dependency for pytest. This is no impact here.
GHSA-2p9h-ccw7-33gf # invalid ddos comment on the cleo package
GHSA-hcpj-qp55-gfph
lint:
name: Linter
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
pyver: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.7" ]
redisstack: [ "latest" ]
fail-fast: false
services:
Expand Down
Loading

0 comments on commit 12fe221

Please sign in to comment.