Skip to content

Commit

Permalink
feat(ci): test on python 3.8 3.9 and 3.10
Browse files Browse the repository at this point in the history
DEVOPS-23
  • Loading branch information
remdub committed Jun 20, 2024
1 parent 6066d8b commit b98c7d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plone-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9, '3.10']
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9, '3.10']
os: [ubuntu-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Changelog
1.2.14 (unreleased)
-------------------

- Nothing changed yet.

- GHA tests on Python 3.8 3.9 and 3.10
[remdub]

1.2.13 (2024-06-06)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion bobtemplate.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
version = 6.0
template = plone_addon
git_init = True
python = python3.8
python = python3.10
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
],
Expand Down

0 comments on commit b98c7d4

Please sign in to comment.