Skip to content

Commit 0786f01

Browse files
authored
Merge pull request #2008 from IntelPython/backport-gh-2005
Backport gh-2005
2 parents 1b319ec + 31ff380 commit 0786f01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ A number of adjustments were also made to improve performance of `dpctl` reducti
8686
* Add versioneer as a build requirement in documentation on building `dpctl` from source [gh-1972](https://github.com/IntelPython/dpctl/pull/1972)
8787
* 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)
8888
* Various code quality improvements to `test_sycl_queue_submit_local_accessor_arg.cpp` [gh-1990](https://github.com/IntelPython/dpctl/pull/1990)
89+
* Added Python 3.12 to package metadata [gh-2005](https://github.com/IntelPython/dpctl/pull/2005)
8990
* Miscellaneous changes to continuous integration/delivery (CI/CD) supporting scripts:
9091
[gh-1837](https://github.com/IntelPython/dpctl/pull/1837),
9192
[gh-1839](https://github.com/IntelPython/dpctl/pull/1839),

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
3031
"Programming Language :: Python :: Implementation :: CPython",
3132
"Topic :: Software Development",
3233
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)