Skip to content

Commit

Permalink
Merge pull request #330 from pappasam/python-3.13
Browse files Browse the repository at this point in the history
Python support: drop 3.8, support 3.13
  • Loading branch information
pappasam authored Dec 31, 2024
2 parents 3ecdbc6 + c6b22f6 commit ed9e416
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

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).

## 0.43.0

### Added

- Mandatory support for Python 3.12 (by setting `jedi = "^0.19.2"`)

### Removed

- Dropped support for Python 3.8
- Cleaned up dev dependencies (dropped `toml-sort` since we're not using it anymore)

## 0.42.0

### Fixed
Expand Down
Loading

0 comments on commit ed9e416

Please sign in to comment.