We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de83835 commit 214c32dCopy full SHA for 214c32d
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ramp-packer"
3
-version = "2.5.4"
+version = "2.5.13"
4
description = "Packs for Redis modules into a distributable format"
5
authors = ["Redis OSS <oss@redis.com>"]
6
license = "BSD-2-Clause"
@@ -14,11 +14,10 @@ classifiers = [
14
'Topic :: Database',
15
'Programming Language :: Python',
16
'Intended Audience :: Developers',
17
- 'Programming Language :: Python :: 3.7',
18
- 'Programming Language :: Python :: 3.8',
19
- 'Programming Language :: Python :: 3.9',
20
'Programming Language :: Python :: 3.10',
21
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
22
'License :: OSI Approved :: BSD License',
23
'Development Status :: 4 - Beta',
24
0 commit comments