Skip to content

Commit f560c25

Browse files
committed
#44: adding tests for github actions
1 parent e6657c9 commit f560c25

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
10+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1111
steps:
1212
- uses: actions/checkout@v4
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This Python package provides a collection of tools for:
2020
## Installation
2121

2222
WfCommons is available on [PyPI](https://pypi.org/project/wfcommons).
23-
WfCommons requires Python3.8+ and has been tested on Linux and macOS.
23+
WfCommons requires Python3.9+ and has been tested on Linux and macOS.
2424

2525
### Installation using pip
2626

docs/source/quickstart_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Installation
22
============
33

44
WfCommons is available on `PyPI <https://pypi.org/project/wfcommons>`_.
5-
WfCommons requires Python3.6+ and has been tested on Linux and macOS.
5+
WfCommons requires Python3.9+ and has been tested on Linux and macOS.
66

77
Installation using pip
88
----------------------

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ classifiers = [
1212
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python :: 3",
15-
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)