diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5284c030..d79e544c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index a96d089eb..46f6cf6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] -### Added +### What's New? - docs: Added list of websites for testing cursor states in README (fixed #123) +- ci: Added build support with `python 3.11` + +### Changed + +- Use 'xz' for better compression in `release` script #140 +- correct AUR Package in `README.md` #142 ## [Bibata v2.0.3] - 06 December 2022