diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7fc0e2f7..22cfe1e98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ A number of adjustments were also made to improve performance of `dpctl` reducti * Add versioneer as a build requirement in documentation on building `dpctl` from source [gh-1972](https://github.com/IntelPython/dpctl/pull/1972) * Remove const qualifiers for class and struct members [gh-1974](https://github.com/IntelPython/dpctl/pull/1974), [gh-1975](https://github.com/IntelPython/dpctl/pull/1975) * Various code quality improvements to `test_sycl_queue_submit_local_accessor_arg.cpp` [gh-1990](https://github.com/IntelPython/dpctl/pull/1990) +* Added Python 3.12 to package metadata [gh-2005](https://github.com/IntelPython/dpctl/pull/2005) * Miscellaneous changes to continuous integration/delivery (CI/CD) supporting scripts: [gh-1837](https://github.com/IntelPython/dpctl/pull/1837), [gh-1839](https://github.com/IntelPython/dpctl/pull/1839), diff --git a/pyproject.toml b/pyproject.toml index 9506448754..cd4b31adbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,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 :: Implementation :: CPython", "Topic :: Software Development", "Topic :: Scientific/Engineering",