Drop python 3.7 support (#455)

* Drop python 3.7 support

* CI: drop 3.7 and add 3.11

* Remove skipifs that were required for <3.8

* Use pypy-3.8 for CI, re-enable pypy for windows to see if it works now

* Bump readthedocs to use py3.8

* Remove py3.7 failure comment
This commit is contained in:
Teemu R
2023-05-17 20:03:08 +02:00
committed by GitHub
parent e7b7f1de94
commit ce5821a35f
8 changed files with 8 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ repos:
rev: v3.4.0
hooks:
- id: pyupgrade
args: ['--py37-plus']
args: ['--py38-plus']
- repo: https://github.com/python/black
rev: 23.3.0