Skip to content

Commit

Permalink
Merge pull request #603 from carmenbianca/python311
Browse files Browse the repository at this point in the history
Enable tests using Python 3.11
  • Loading branch information
carmenbianca authored Nov 1, 2022
2 parents 226628e + ccf3ac4 commit 6d113f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ The versions follow [semantic versioning](https://semver.org).

### Added

- Added support for Python 3.11. (#603)

- Add support for XQuery comment style.

- More file types are recognised:

- Kotlin script (`.kts`)
Expand Down

0 comments on commit 6d113f0

Please sign in to comment.