Skip to content

Commit

Permalink
ci: Added Support for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Aug 21, 2023
1 parent 06c1570 commit dbb90f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbb90f5

Please sign in to comment.