Skip to content

Commit 7844b18

Browse files
committed
MIN BLD Add Python 3.1[12] to supported versions
1 parent b557b60 commit 7844b18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (C) 2008-2022, Luis Pedro Coelho <luis@luispedro.org>
2+
# Copyright (C) 2008-2024, Luis Pedro Coelho <luis@luispedro.org>
33
# vim: set ts=4 sts=4 sw=4 expandtab smartindent:
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -52,6 +52,8 @@
5252
'Programming Language :: Python :: 3.8',
5353
'Programming Language :: Python :: 3.9',
5454
'Programming Language :: Python :: 3.10',
55+
'Programming Language :: Python :: 3.11',
56+
'Programming Language :: Python :: 3.12',
5557
'Topic :: Scientific/Engineering',
5658
'Topic :: Software Development',
5759
'Topic :: System :: Distributed Computing',

0 commit comments

Comments
 (0)