1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-29 01:17:44 +00:00

Cleaned up .github/

- Removed PyLint
- Used poetry for dependencies
- Made workflows only run for CPython 3.8
This commit is contained in:
RGBCube 2022-06-25 14:05:51 +03:00
parent 72df282684
commit a33985c69b
5 changed files with 6 additions and 33 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
python-version: [ "3.8" ]
steps:
- name: Checkout Repository