Skip to content

Commit 214c32d

Browse files
author
DvirDukhan
authored
Update pyproject.toml - bump version and python versions
1 parent de83835 commit 214c32d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ramp-packer"
3-
version = "2.5.4"
3+
version = "2.5.13"
44
description = "Packs for Redis modules into a distributable format"
55
authors = ["Redis OSS <oss@redis.com>"]
66
license = "BSD-2-Clause"
@@ -14,11 +14,10 @@ classifiers = [
1414
'Topic :: Database',
1515
'Programming Language :: Python',
1616
'Intended Audience :: Developers',
17-
'Programming Language :: Python :: 3.7',
18-
'Programming Language :: Python :: 3.8',
19-
'Programming Language :: Python :: 3.9',
2017
'Programming Language :: Python :: 3.10',
2118
'Programming Language :: Python :: 3.11',
19+
'Programming Language :: Python :: 3.12',
20+
'Programming Language :: Python :: 3.13',
2221
'License :: OSI Approved :: BSD License',
2322
'Development Status :: 4 - Beta',
2423

0 commit comments

Comments
 (0)