bump python version
This commit is contained in:
parent
fc69800594
commit
0c84e1f218
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue