Skip to content

Commit

Permalink
Support py312 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 11, 2024
1 parent d43971b commit 6545f78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pluggy==1.0.0
pycparser==2.21
pygments==2.14.0
pyproject-hooks==1.0.0
pyyaml==6.0
pyyaml==6.0.1
readme-renderer==37.3
requests==2.28.2
requests-toolbelt==0.10.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: coactions/dynamic-matrix@v1
with:
min_python: "3.8"
max_python: "3.11"
max_python: "3.12"
other_names: |
lint
docs
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 63.0.0", # required by pyproject+setuptools_scm integration
"setuptools >= 65.3.0", # required by pyproject+setuptools_scm integration
"setuptools_scm[toml] >= 7.0.5", # required for "no-local-version" scheme

]
Expand Down Expand Up @@ -29,6 +29,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",
"Topic :: Software Development :: Quality Assurance",
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ commands =
-m "not eco" \
}
sh -c "coverage combine -a -q --data-file=.coverage .tox/.coverage.*"
deps =
-e .[test]
package = editable
extras =
test

[testenv:deps]
description = Update dependency lock files
Expand Down

0 comments on commit 6545f78

Please sign in to comment.