Skip to content

Commit

Permalink
Support Python 3.13 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainix authored Nov 23, 2024
1 parent f55f91d commit 1480a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))
venv ?= venv

init upgrade: formulae := {openssl,readline,xz,redis}
python upgrade: version ?= 3.12.4
python upgrade: version ?= 3.13.0
upgrade: requirements ?= requirements-to-freeze.txt
delete-keys: pattern ?= tmp:*

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Framework :: AsyncIO',
'Typing :: Typed',
],
Expand Down

0 comments on commit 1480a45

Please sign in to comment.