Skip to content

Commit

Permalink
Remove paper draft action and add python 3.10 to CI tests (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring authored Mar 7, 2024
1 parent df3931f commit 5b9ef5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/paper-draft-pdf.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
python-version: ["3.9", ]
python-version: ["3.9", "3.10" ]
defaults:
run:
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ v1.4.? (??.??.2024)
Feature
-------

- Add logging whenever a sql statement is executed.
- Added logging whenever a sql statement is executed.
- Update CI such that the tests are run on Python 3.9 and 3.10, additionally removed the paper draft action.

Fix
---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-experimenter"
version = "1.4.1a2"
version = "1.4.1a3"
description = "The PyExperimenter is a tool for the automatic execution of experiments, e.g. for machine learning (ML), capturing corresponding results in a unified manner in a database."
authors = [
"Tanja Tornede <[email protected]>",
Expand Down

0 comments on commit 5b9ef5c

Please sign in to comment.