Skip to content

Commit a0e22bd

Browse files
committed
preparing v1.1
1 parent 38a7057 commit a0e22bd

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
13+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def run(self):
6464
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
6565
'Operating System :: OS Independent',
6666
'Programming Language :: Python :: 3',
67-
'Programming Language :: Python :: 3.8',
6867
'Programming Language :: Python :: 3.9',
6968
'Programming Language :: Python :: 3.10',
7069
'Programming Language :: Python :: 3.11',

wfcommons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010

11-
__version__ = "1.1.dev"
11+
__version__ = "1.1"

0 commit comments

Comments
 (0)