Skip to content

Commit

Permalink
Restore test matrix and update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jan 25, 2025
1 parent 973bb9c commit 2dc3cc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# python: ['3.9', '3.10', '3.11', '3.12', '3.13']
python: ['3.13']
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Version 3.2, To Be Released
---------------------------

* Drop support for Python 3.6 (it is end-of-life).
* Drop support for Python 3.7 (it is end-of-life).
* Drop support for Python 3.8 (it is end-of-life).
* Add support for Python 3.11.
* Add support for Python 3.12.
* Add support for Python 3.13.

Version 3.1, Released December 29, 2021
---------------------------------------
Expand Down

0 comments on commit 2dc3cc1

Please sign in to comment.