make minimum python version 3.8 again
This commit is contained in:
parent
f2c0210e05
commit
3de406e684
|
|
@ -3,7 +3,7 @@ version: 2
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.9"
|
python: "3.8"
|
||||||
|
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ Pomice is a fully asynchronous Python library designed for communicating with [L
|
||||||
|
|
||||||
|
|
||||||
# Install
|
# 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
|
> Stable version
|
||||||
```
|
```
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -55,6 +55,6 @@ setuptools.setup(
|
||||||
'Topic :: Software Development :: Libraries',
|
'Topic :: Software Development :: Libraries',
|
||||||
"Topic :: Internet"
|
"Topic :: Internet"
|
||||||
],
|
],
|
||||||
python_requires='>=3.9',
|
python_requires='>=3.8',
|
||||||
keywords=['pomice', 'lavalink', "discord.py"],
|
keywords=['pomice', 'lavalink', "discord.py"],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue