make minimum python version 3.8 again
This commit is contained in:
parent
f2c0210e05
commit
3de406e684
|
|
@ -3,7 +3,7 @@ version: 2
|
|||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
python: "3.8"
|
||||
|
||||
|
||||
sphinx:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Pomice is a fully asynchronous Python library designed for communicating with [L
|
|||
|
||||
|
||||
# Install
|
||||
To install the library, you need the lastest version of pip and minimum Python 3.9
|
||||
To install the library, you need the lastest version of pip and minimum Python 3.8
|
||||
|
||||
> Stable version
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue