Skip to content

Commit

Permalink
v4.2.10 (#2236)
Browse files Browse the repository at this point in the history
## What's Changed in v4.2.10

Infrastructure and Dependency Updates:
- Added websockets to project dependencies by @xnetcat
- Bundled all modules from pyproject.toml by @xnetcat
- Updated pyproject for Python 3.13 support by @xnetcat
- Dropped support for Python 3.8 by @xnetcat
  - Removed Python 3.8 from pyproject.toml

Documentation:
- Updated bug_report.yml by @Silverarmor

Version Update:
- Bumped version to 4.2.10 by @xnetcat

## Breaking Changes
- Python 3.8 is no longer supported. Please upgrade to Python 3.9 or later.

## Contributors
* @Silverarmor contributed to documentation updates
* @xnetcat made several infrastructure and dependency updates

**Full Changelog**: v4.2.9...v4.2.10

## Donate

Help support the development and maintenance of the software ❤️ 

[![paypal](https://img.shields.io/badge/paypal-%2300457C.svg?&style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/kko7)
[![kofi](https://img.shields.io/badge/kofi-%23F16061.svg?&style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/xnetcat)
  • Loading branch information
xnetcat authored Nov 18, 2024
2 parents d1a80b7 + b839e12 commit 34f867c
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 1,161 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ body:
- 3.9 (CPython)
- 3.10 (CPython)
- 3.11 (CPython)
- 3.12 (CPython)
- 3.13 (CPython)
- Other
validations:
required: true

Expand Down
Loading

0 comments on commit 34f867c

Please sign in to comment.