Skip to content

Commit

Permalink
Add python 3.10 and 3.11 to the pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodges10 committed Jun 6, 2024
1 parent 03f147f commit e7c683c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ classifiers = [
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit e7c683c

Please sign in to comment.