Skip to content

Commit e680378

Browse files
committedNov 21, 2023
Add 3.12 support
1 parent 61b2952 commit e680378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
version: [3.9, '3.10', '3.11']
18+
version: [3.9, '3.10', '3.11', '3.12']
1919

2020
steps:
2121
- name: Checkout Repository

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.9,<3.12"
10+
python = ">=3.9,<4"
1111
discord-py = {extras = ["speed"], version = "^2.3.2"}
1212
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"}
1313
winloop = {markers = "sys_platform == \"win32\"", version = "^0.0.9"}

0 commit comments

Comments
 (0)
Please sign in to comment.