Skip to content

Commit

Permalink
Refactoring/re allow python 3.8 (#53)
Browse files Browse the repository at this point in the history
* Re-allowed Python version 3.8
* poetry update
* Updated version designators in pyproject.toml
* Prepared release
  • Loading branch information
ckunki authored Jul 1, 2024
1 parent 212c1c8 commit 369ed19
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10" ]
python-version: [ "3.8", "3.10" ]
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

* [unreleased](unreleased.md)
* [0.2.0](changes_0.2.0.md)
* [0.1.0](changes_0.1.0.md)
16 changes: 16 additions & 0 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# UDF Mock Python 0.2.0, released 2024-07-01

Code name: BugFix in Jupyter Notebooks

## Summary

This release fixes an OSError when running the executor in a Jupyter Notebook and updated dependencies.

### Bugs

* #48: Fixed the OSError when running the executor in a Jupyter Notebook.

### Refactorings

* #50: Update to Python 3.10
* #46: Fixed wrong package name in install instructions
13 changes: 3 additions & 10 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# UDF Mock Python 0.2.0, released T.B.D
# UDF Mock Python tbd released TBD

Code name: T.B.D
Code name: tbd

## Summary

T.B.D

### Bugs

* #48: Fixed the OSError when running the executor in a Jupyter Notebook.

### Refactorings

* #50: Update to Python 3.10
* #46: Fixed wrong package name in install instructions
n/a
Loading

0 comments on commit 369ed19

Please sign in to comment.