# HG changeset patch # User Aurélien Campéas # Date 1695974792 -7200 # Fri Sep 29 10:06:32 2023 +0200 # Node ID 02e20d3496774ed157214ad41f11e14f9826b6c8 # Parent 5ff8dfc5f9d56950cb51bb99af5dba91772025a5 pkg: fix the classifier for python 3.11 diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 long-description = file: README