Skip to content

Commit

Permalink
prepare for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Oct 15, 2024
1 parent c045ec9 commit 8a44050
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 485 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
poetry-version: ["1.8.2"]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
poetry-version: ["1.8.4"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand Down
5 changes: 5 additions & 0 deletions docs/additional_info/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

3.0.0 (15-Oct-2024)
-------------------

* Drop support for Python 3.8 (EOL)

2.3.0 (15-May-2024)
-------------------

Expand Down
Loading

0 comments on commit 8a44050

Please sign in to comment.