Skip to content

Commit 2365d5b

Browse files
committed
Use 3.11.0 instead of 3.11-dev
1 parent 6fe7da6 commit 2365d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/src/hypothesistooling/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def run_tox(task, version, *args):
384384
"3.8": "3.8.15",
385385
"3.9": "3.9.15",
386386
"3.10": "3.10.8",
387-
"3.11": "3.11-dev",
387+
"3.11": "3.11.0",
388388
"3.12": "3.12-dev",
389389
"pypy3.7": "pypy3.7-7.3.9",
390390
"pypy3.8": "pypy3.8-7.3.9",

0 commit comments

Comments
 (0)