We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b557b60 commit 7844b18Copy full SHA for 7844b18
setup.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-# Copyright (C) 2008-2022, Luis Pedro Coelho <luis@luispedro.org>
+# Copyright (C) 2008-2024, Luis Pedro Coelho <luis@luispedro.org>
3
# vim: set ts=4 sts=4 sw=4 expandtab smartindent:
4
#
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -52,6 +52,8 @@
52
'Programming Language :: Python :: 3.8',
53
'Programming Language :: Python :: 3.9',
54
'Programming Language :: Python :: 3.10',
55
+'Programming Language :: Python :: 3.11',
56
+'Programming Language :: Python :: 3.12',
57
'Topic :: Scientific/Engineering',
58
'Topic :: Software Development',
59
'Topic :: System :: Distributed Computing',
0 commit comments