Skip to content

Commit

Permalink
update python 3.12 identifier and readme. CI is already building 3.12…
Browse files Browse the repository at this point in the history
… wheels.
  • Loading branch information
BrianPugh committed Dec 2, 2023
1 parent 06651dc commit 426df73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ This is as simple as it can be::
At the moment wheels (which require no build) are provided for the following platforms,
on other platforms the source package is used and a compiler is required:

- Linux: Python 3.6 - 3.11 / x86_64, arm64
- MacOS: Python 3.6 - 3.11 / x86_64, arm64
- Windows: Python 3.6 - 3.11 / 32- & 64-bit
- Linux: Python 3.8 - 3.12 / x86_64, arm64
- MacOS: Python 3.8 - 3.12 / x86_64, arm64
- Windows: Python 3.8 - 3.12 / 32- & 64-bit


Development Setup
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Embedded Systems",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 426df73

Please sign in to comment.