Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
experimental: [false]
include:
- python-version: "3.13-dev"
- python-version: "3.14-dev"
os: ubuntu-latest
experimental: true

Expand All @@ -41,7 +41,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}

- name: upload coverage to Codecov
if: "matrix.python-version == '3.12'"
if: "matrix.python-version == '3.13'"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
34 changes: 34 additions & 0 deletions changelog.d/20250115_125131_ryuusuke.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. A new scriv changelog fragment.
..
.. Uncomment the header that is right (remove the leading dots).

Removed
-------

- Removed support for Python 3.8

.. Added
.. -----
..
.. - A bullet item for the Added category.
..
.. Changed
.. -------
..
.. - A bullet item for the Changed category.
..
.. Deprecated
.. ----------
..
.. - A bullet item for the Deprecated category.
..
.. Fixed
.. -----
..
.. - A bullet item for the Fixed category.

Security
--------

- Updated version dependencies

Loading
Loading