Exclude py3.7 from supported versions (end-of-life soon)

This commit is contained in:
neumond 2023-05-20 01:44:40 +03:00
parent d3ea2f75b2
commit 2c4c02fb60

View file

@ -11,7 +11,6 @@ jobs:
- python: "3.10.11"
- python: "3.9.16"
- python: "3.8.16"
- python: "3.7.16"
runs-on: ubuntu-20.04
steps: