Skip to content

Commit

Permalink
Updating with tox entry for Python 3.13 and Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMapes committed Sep 13, 2024
1 parent 619ad21 commit 67e1c0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- # 1.0.22 - *NOT RELEASED YET*
- Updated github actions to collect and display coverage reports
- Updated tox to include tests for Python 3.13 with Django 4.2, 5.0 and 5.1
- Updated main.yml to use [UV](https://github.com/astral-sh/uv) for faster testing

- # 1.0.21 - 4th August 2024
- Includes the PR for .github/workflows/main.yml as well as updating to show support for Django 5.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip = [

[project]
name = "django-aws-api-gateway-websockets"
version = "1.0.21"
version = "1.0.22"
authors = [
{ name="Steven Mapes", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-aws-api-gateway-websockets
version = 1.0.21
version = 1.0.22
description = Created to allow Django projects to be used as a HTTP backend for AWS API Gateway websockets
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 67e1c0a

Please sign in to comment.