Skip to content

Commit

Permalink
feat: add official support for Python 3.12 (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Aug 7, 2023
1 parent 9c9456f commit 2eead31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
# - "3.12-dev"
- "3.12-dev"
os:
- ubuntu-latest
- windows-latest
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -13,7 +13,8 @@ classifiers = [
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules"
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.12",
]
packages = [
{ include = "deezer", from = "src" },
Expand Down

0 comments on commit 2eead31

Please sign in to comment.