Skip to content

Commit

Permalink
Test on 3.12 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese authored Nov 2, 2023
1 parent 3c5a43e commit d4b27a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -56,6 +55,7 @@ name = "sphinx-mdinclude"
package = "sphinx_mdinclude"
signed_tags = true
version_file = true
ignored_authors = ["dependabot"]

[tool.coverage.run]
branch = true
Expand All @@ -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

0 comments on commit d4b27a4

Please sign in to comment.