Skip to content

Commit

Permalink
Remove support for python 3.8
Browse files Browse the repository at this point in the history
Python 3.8 reached its end-of-life on 2024-10-07.
  • Loading branch information
newAM committed Jan 14, 2025
1 parent 747f5f4 commit 9639eab
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
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:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ as of version 2.1.1.
### Added
- Added additional logging for Windows API calls.

### Removed
- Removed support for end-of-life python version 3.8.

## [3.1.0] - 2023-10-10
### Added
- Added `get_color_preset` and `set_color_preset`.
Expand Down
Loading

0 comments on commit 9639eab

Please sign in to comment.