Skip to content

chore: CI after merging into main, add pyton 3.13, update README#24

Merged
philipp-jung merged 3 commits into
mainfrom
chore/update-readme
Jan 2, 2026
Merged

chore: CI after merging into main, add pyton 3.13, update README#24
philipp-jung merged 3 commits into
mainfrom
chore/update-readme

Conversation

@philipp-jung

Copy link
Copy Markdown
Collaborator

CI is currently only run on PRs. However, it is a good practice to also run CI on main after merging to make sure that checks on main always pass.

I also added Python 3.13 to the python-versions in the workflows - I don't see a reason why we wouldn't support 3.13.

CI is currently only run on PRs. However, it is a good practice to also
run CI on `main` after merging to make sure that checks on `main` always
pass.

I also added Python 3.13 to the `python-version`s in the workflows - I
don't see a reason why we wouldn't support 3.13.
This adds shields to the README that show supported python versions and
the status of our github workflows. The shields are currently grayed
out, but once this PR is merged, they will be show how the workflows on
the `main` branches did.

I gave the README another sturcture, it now starts with a tl;dr section
at the very top.

I also added a minimal example right to the README - I find that nice, a
lot of people won't click any links to example notebooks.

I also added a section for citing the paper.
@philipp-jung philipp-jung changed the title chore: CI after merging into main, add pyton 3.13 chore: CI after merging into main, add pyton 3.13, update README Dec 31, 2025

@chandlerNick chandlerNick left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is good. The addition of CI after merging makes sense and python 3.13 should be supported as long as the tests pass.

@philipp-jung
philipp-jung merged commit 728c2ca into main Jan 2, 2026
43 checks passed
@philipp-jung
philipp-jung deleted the chore/update-readme branch January 2, 2026 08:46
se-jaeger added a commit that referenced this pull request Jan 19, 2026
I addition to #24, this one adds full support for python 3.13 and python
3.14 and drops support for 3.9 (because it is EOL).
Pandas is now supports up to python 3.14, which was the blocker for
supporting these version in `tab-err`.

See: 
- https://pyreadiness.org/3.9/
- https://pyreadiness.org/3.13
- https://pyreadiness.org/3.14

---------

Signed-off-by: Sebastian Jäger <git@sebastian-jaeger.me>
philipp-jung pushed a commit that referenced this pull request Jan 19, 2026
I addition to #24, this one adds full support for python 3.13 and python
3.14 and drops support for 3.9 (because it is EOL).
Pandas is now supports up to python 3.14, which was the blocker for
supporting these version in `tab-err`.

See:
- https://pyreadiness.org/3.9/
- https://pyreadiness.org/3.13
- https://pyreadiness.org/3.14

---------

Signed-off-by: Sebastian Jäger <git@sebastian-jaeger.me>
philipp-jung pushed a commit that referenced this pull request Jan 19, 2026
I addition to #24, this one adds full support for python 3.13 and python
3.14 and drops support for 3.9 (because it is EOL).
Pandas is now supports up to python 3.14, which was the blocker for
supporting these version in `tab-err`.

See:
- https://pyreadiness.org/3.9/
- https://pyreadiness.org/3.13
- https://pyreadiness.org/3.14

---------

Signed-off-by: Sebastian Jäger <git@sebastian-jaeger.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants