Skip to content

Commit 369ed19

Browse files
authored
Refactoring/re allow python 3.8 (#53)
* Re-allowed Python version 3.8 * poetry update * Updated version designators in pyproject.toml * Prepared release
1 parent 212c1c8 commit 369ed19

File tree

6 files changed

+147
-170
lines changed

6 files changed

+147
-170
lines changed

.github/workflows/pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [ "3.10" ]
10+
python-version: [ "3.8", "3.10" ]
1111
runs-on: ubuntu-latest
1212

1313
steps:

doc/changes/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
22

33
* [unreleased](unreleased.md)
4+
* [0.2.0](changes_0.2.0.md)
45
* [0.1.0](changes_0.1.0.md)

doc/changes/changes_0.2.0.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# UDF Mock Python 0.2.0, released 2024-07-01
2+
3+
Code name: BugFix in Jupyter Notebooks
4+
5+
## Summary
6+
7+
This release fixes an OSError when running the executor in a Jupyter Notebook and updated dependencies.
8+
9+
### Bugs
10+
11+
* #48: Fixed the OSError when running the executor in a Jupyter Notebook.
12+
13+
### Refactorings
14+
15+
* #50: Update to Python 3.10
16+
* #46: Fixed wrong package name in install instructions

doc/changes/unreleased.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
# UDF Mock Python 0.2.0, released T.B.D
1+
# UDF Mock Python tbd released TBD
22

3-
Code name: T.B.D
3+
Code name: tbd
44

55
## Summary
66

7-
T.B.D
8-
97
### Bugs
108

11-
* #48: Fixed the OSError when running the executor in a Jupyter Notebook.
12-
13-
### Refactorings
14-
15-
* #50: Update to Python 3.10
16-
* #46: Fixed wrong package name in install instructions
9+
n/a

0 commit comments

Comments
 (0)