From 571735aeac95e9ac003df8acc24c6cc80c4a54ef Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 10 Oct 2022 11:06:24 +0100 Subject: [PATCH] docs: support for python 3.11 added to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5b1a8a55..b68e0408 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ setup(name='pyerrors', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Scientific/Engineering :: Physics' ], )