Skip to content

Commit

Permalink
Require Python 3.11 and 3.12 as Euphorie does
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Jan 20, 2025
1 parent d6f0dd6 commit 0c50188
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
matrix:
config:
- ["Py3.8-Plone6.0", "3.8"]
- ["Py3.11-Plone6.0", "3.11"]
- ["Py3.12-Plone6.0", "3.12"]
runs-on: ubuntu-latest
name: ${{ matrix.config[0] }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

10.1.1 (unreleased)
11.0.0 (unreleased)
-------------------

- Nothing changed yet.
- Require Python 3.11 and 3.12 as Euphorie does
[ale-rt]


10.1.0 (2025-01-15)
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os


version = "10.1.1.dev0"
version = "11.0.0.dev0"

setup(
name="osha.oira",
Expand All @@ -21,7 +21,8 @@
"Framework :: Plone :: 6.0",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down Expand Up @@ -55,6 +56,7 @@
"zope.app.publication",
"zope.publisher",
],
python_requires=">=3.11,<3.13",
extras_require={
"tests": [
"Euphorie [tests]",
Expand Down

0 comments on commit 0c50188

Please sign in to comment.