Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4b27a4

Browse files
authored
Test on 3.12 (#39)
1 parent 3c5a43e commit d4b27a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
os: [macOS-latest, ubuntu-latest, windows-latest]
1818

1919
steps:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dev = [
4141
"flake8==6.1.0",
4242
"flit==3.9.0",
4343
"mypy==1.6.1",
44-
"pessimist==0.9.3",
4544
"sphinx==5.1.1",
4645
"ufmt==2.3.0",
4746
"usort==1.0.7",
@@ -56,6 +55,7 @@ name = "sphinx-mdinclude"
5655
package = "sphinx_mdinclude"
5756
signed_tags = true
5857
version_file = true
58+
ignored_authors = ["dependabot"]
5959

6060
[tool.coverage.run]
6161
branch = true
@@ -69,6 +69,6 @@ show_missing = true
6969
skip_covered = true
7070

7171
[tool.mypy]
72-
python_version = "3.6"
72+
python_version = "3.8"
7373
# strict = true
7474
ignore_missing_imports = true

0 commit comments

Comments
 (0)