Skip to content

Commit c6b22f6

Browse files
committed
Python support: drop 3.8, support 3.13
1 parent 3ecdbc6 commit c6b22f6

File tree

4 files changed

+221
-205
lines changed

4 files changed

+221
-205
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, windows-latest]
34-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
34+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.43.0
8+
9+
### Added
10+
11+
- Mandatory support for Python 3.12 (by setting `jedi = "^0.19.2"`)
12+
13+
### Removed
14+
15+
- Dropped support for Python 3.8
16+
- Cleaned up dev dependencies (dropped `toml-sort` since we're not using it anymore)
17+
718
## 0.42.0
819

920
### Fixed

0 commit comments

Comments
 (0)