mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00
update documentation for python 3.11 support
This commit is contained in:
parent
b540639d7f
commit
129fcf1caf
5 changed files with 6 additions and 4 deletions
|
@ -9,7 +9,7 @@ This document describes changes between each past release.
|
|||
- Add Python 3.11 support
|
||||
|
||||
The minimum supported version is now Python 3.7, and the project is
|
||||
tested with up to Python 3.10
|
||||
tested with up to Python 3.11
|
||||
|
||||
### Changed
|
||||
- Add a cancel button when editing a bill for better UX
|
||||
|
|
|
@ -22,7 +22,7 @@ highly encouraged to do so.
|
|||
|
||||
## Requirements
|
||||
|
||||
- **Python**: version 3.7 to 3.9.
|
||||
- **Python**: version 3.7 to 3.11.
|
||||
- **Backends**: SQLite, PostgreSQL, MariaDB (version 10.3.2 or above),
|
||||
Memory.
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ Some Paas (Platform-as-a-Service), provide a documentation or even a quick insta
|
|||
|
||||
«Ihatemoney» depends on:
|
||||
|
||||
- **Python**: any version from 3.7 to 3.10 will work.
|
||||
- **Python**: any version from 3.7 to 3.11 will work.
|
||||
- **A database backend**: choose among SQLite, PostgreSQL, MariaDB (>=
|
||||
10.3.2).
|
||||
- **Virtual environment** (recommended): [python3-venv]{.title-ref}
|
||||
|
|
|
@ -14,6 +14,8 @@ classifiers =
|
|||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Topic :: Internet :: WWW/HTTP
|
||||
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
||||
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py39,py38,py37,lint_docs
|
||||
envlist = py311,py310,py39,py38,py37,lint_docs
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[testenv]
|
||||
|
|
Loading…
Reference in a new issue