Skip to content

Commit

Permalink
bump main to 2.x and Plone 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 30, 2024
1 parent e210fe2 commit a3ff26f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 1.4.1.dev0
version = 2.0.0.dev0
name = plone.base
description = Plone Interface contracts, plus basic features and utilities
long_description = file: README.rst, CHANGES.rst
Expand All @@ -13,20 +13,19 @@ license = GPLv2
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Plone :: 6.0
Framework :: Plone :: 6.1
Framework :: Plone :: Core
Framework :: Zope :: 5
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
include_package_data = True
python_requires = >=3.8
python_requires = >=3.10
install_requires =
setuptools
# be aware to _not_ add dependencies to plone.app.* or Plones Products.* packages!
Expand Down

0 comments on commit a3ff26f

Please sign in to comment.