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 <67596500+dvora-h@users.noreply.github.com>
This commit is contained in:
parent
1e33e2513e
commit
7bc8b402d5
4 changed files with 8 additions and 6 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
skipsdist = true
|
||||
envlist = py37, py38, py39, py310
|
||||
envlist = py37, py38, py39, py310, py311
|
||||
|
||||
[testenv]
|
||||
whitelist_externals = poetry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue