ci: add setuptools, remove 3.7/3.8 and add 3.13
This commit is contained in:
parent
09d9320b91
commit
2ab9b5a05c
@ -4,14 +4,13 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y python3 python3-pip cython3 gpg
|
- apt-get install -y python3 python3-pip cython3 gpg
|
||||||
- pip3 install emoji aiohttp cryptography
|
- pip3 install emoji aiohttp cryptography setuptools
|
||||||
- ./run_tests.py
|
- ./run_tests.py
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
TAG:
|
TAG:
|
||||||
- "3.7"
|
|
||||||
- "3.9"
|
- "3.9"
|
||||||
- "3.8"
|
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
|
- "3.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user