From d4b27a47f33741063828737788d0a2d3851a67eb Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Wed, 1 Nov 2023 23:17:12 -0700 Subject: [PATCH] Test on 3.12 (#39) --- .github/workflows/build.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a046c60..3df356e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [macOS-latest, ubuntu-latest, windows-latest] steps: diff --git a/pyproject.toml b/pyproject.toml index bfa3bd3..2111efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ dev = [ "flake8==6.1.0", "flit==3.9.0", "mypy==1.6.1", - "pessimist==0.9.3", "sphinx==5.1.1", "ufmt==2.3.0", "usort==1.0.7", @@ -56,6 +55,7 @@ name = "sphinx-mdinclude" package = "sphinx_mdinclude" signed_tags = true version_file = true +ignored_authors = ["dependabot"] [tool.coverage.run] branch = true @@ -69,6 +69,6 @@ show_missing = true skip_covered = true [tool.mypy] -python_version = "3.6" +python_version = "3.8" # strict = true ignore_missing_imports = true