Skip to content

Commit

Permalink
Added 3.11 to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Balyasin committed Nov 3, 2022
1 parent f16bc3f commit 30e5274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unrealesed

### Changed
- Added support for Python 3.11

## [0.4.0]

Expand Down

0 comments on commit 30e5274

Please sign in to comment.