Skip to content

Commit

Permalink
Merge pull request #175 from iterative/devel
Browse files Browse the repository at this point in the history
misc framework updates
  • Loading branch information
casperdcl authored Aug 5, 2024
2 parents 1f87154 + 13dcb82 commit 525de30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.11]
python: [3.7, 3.12]
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
types: [text]
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args: [-j8]
Expand All @@ -40,7 +40,7 @@ repos:
- flake8-pyproject
- flake8-string-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-setuptools]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-material
git+https://github.com/tqdm/jsmin@python3-only#egg=jsmin
git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin
mkdocs-minify-plugin
pydoc-markdown>=4,!=4.8.0
pygments
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: IronPython",
Expand Down

0 comments on commit 525de30

Please sign in to comment.