From dbb90f56d0bb4e1bedf3403f98c644c8ec277934 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:39:18 +0530 Subject: [PATCH] ci: Added Support for `python 3.11` --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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