Skip to content

Commit

Permalink
Official py 3.13 support (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored Oct 14, 2024
1 parent 9fc217c commit 6220b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand All @@ -31,7 +32,7 @@ classifiers = [

[tool.black]
line-length = 88
target_version = ['py38', 'py39', 'py310', 'py311', 'py312']
target_version = ['py38', 'py39', 'py310', 'py311', 'py312', 'py313']
preview = true

[tool.ruff]
Expand Down

0 comments on commit 6220b0c

Please sign in to comment.