ci: fix ci (#658)

* ci: fix tests

* ci: fixup test install

* ci: remove 3.7

* ci: delete coverage for now

* ci: update to 3.11

* ci: add 3.12 to testing
This commit is contained in:
Andrew
2024-05-05 13:58:20 -05:00
committed by GitHub
parent 778932a2f8
commit 1b14e4bdc8
2 changed files with 14 additions and 82 deletions

View File

@@ -24,7 +24,7 @@ except ImportError:
package = "healthchecks_io"
python_versions = ["3.10", "3.11", "3.9", "3.8"]
python_versions = ["3.11", "3.12", "3.10", "3.9", "3.8"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",