Skip to content

Commit

Permalink
Update python version test matrix (+3.11 -3.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
psarka committed Sep 18, 2023
1 parent 2535dce commit b75eb03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, '3.10', 'pypy3.7', 'pypy3.9']
python-version: [3.8, 3.9, '3.10', '3.11', 'pypy3.9', 'pypy3.10']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Add `.acquire_read_lock`, `.release_read_lock`, `.acquire_write_lock`, and
`.release_write_lock` methods to the inter thread `ReaderWriterLock` as was
promised in the README.
- Remove support for python 3.7 and pypy 3.7. It should still work, but is no
longer tested.
- Add support for pypy 3.10 and python 3.11

## [0.18]
- Reshuffle the process lock code and properly document it.
Expand Down

0 comments on commit b75eb03

Please sign in to comment.