Skip to content

Commit

Permalink
feat: test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 6, 2024
1 parent 4093aad commit 05dc8f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
name: Python ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v4 # v4
- uses: actions/checkout@v4
- name: Cache pip
uses: actions/cache@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Changelog
2024.2
------

* Released on 6th November 2024.
* Added schema for Weblate Fedora Messaging.
* Added support for Python 3.13.

2024.1
------
Expand Down

0 comments on commit 05dc8f7

Please sign in to comment.