Skip to content

Commit 790bd87

Browse files
akrishna1995Ashwin Krishna
and
Ashwin Krishna
authored
feat: pin dll version to support python3.11 to the sdk (#4472)
Co-authored-by: Ashwin Krishna <[email protected]>
1 parent 7bf6abd commit 790bd87

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py38,py39,py310
7+
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py38,py39,py310,py311
88

99
skip_missing_interpreters = False
1010

@@ -84,12 +84,13 @@ commands =
8484
pip install 'apache-airflow==2.8.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.2/constraints-3.8.txt"
8585
pip install 'torch==2.0.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8686
pip install 'torchvision==0.15.2+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
87+
pip install 'dill>=0.3.8'
8788

8889
pytest --cov=sagemaker --cov-append {posargs}
89-
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
90+
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
9091
deps = .[test]
9192
depends =
92-
{py38,py39,py310}: clean
93+
{py38,py39,py310,p311}: clean
9394

9495
[testenv:flake8]
9596
skipdist = true

0 commit comments

Comments
 (0)