bump python version

This commit is contained in:
Jeff Epler 2023-11-09 09:55:12 -06:00
parent fc69800594
commit 0c84e1f218
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@ SPDX-License-Identifier: MIT
## System requirements
Chap is developed on Linux with Python 3.11. Due to use of the `list[int]` style of type hints, it is known to not work on Python 3.8 and older. The target minimum Python version is 3.9 (debian oldstable).
Chap is developed on Linux with Python 3.11. Due to use of the `X | Y` style of type hints, it is known to not work on Python 3.9 and older. The target minimum Python version is 3.11 (debian stable).
## Installation

View file

@ -22,7 +22,9 @@ description = "Interact with the OpenAI ChatGPT API (and other text generators)"
dynamic = ["readme","version","dependencies"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: Implementation :: CPython",
"License :: OSI Approved :: MIT License",