Skip to content

Commit

Permalink
MAINT: Update pyproject.toml to include python 3.12 in metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed May 4, 2024
1 parent 362fa00 commit f3570ce
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 @@ -8,7 +8,7 @@ requires = [

[project]
name = 'ufunclab'
version = '0.0.8.dev7'
version = '0.0.8.dev8'
description = 'NumPy ufuncs and utilities.'
readme = 'README.md'
requires-python = '>=3.9'
Expand All @@ -33,6 +33,7 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development',
Expand Down

0 comments on commit f3570ce

Please sign in to comment.