Skip to content

Commit

Permalink
Add 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 21, 2023
1 parent 61b2952 commit e680378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.9, '3.10', '3.11']
version: [3.9, '3.10', '3.11', '3.12']

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
readme = "README.md"

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

0 comments on commit e680378

Please sign in to comment.