File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5353 - " 3.8"
5454 - " 3.9"
5555 - " 3.10"
56+ - " 3.11"
5657
5758 env :
5859 REDIS_HOST : 127.0.0.1
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ classifiers = [
2525 " Programming Language :: Python :: 3.8" ,
2626 " Programming Language :: Python :: 3.9" ,
2727 " Programming Language :: Python :: 3.10" ,
28+ " Programming Language :: Python :: 3.11" ,
2829]
2930packages = [
3031 { include = " sherlock" },
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ envlist =
33 py37,
44 py38,
55 py39,
6- py310
6+ py310,
7+ py311
78isolated_build = true
89
910[testenv]
@@ -69,6 +70,8 @@ python =
6970 3.8: py38
7071 3.9: py39
7172 3.10: py310
73+ 3.11: py311
74+ fail_on_no_env = True
7275
7376[flake8]
7477max-line-length = 88
You can’t perform that action at this time.
0 commit comments