Skip to content

Commit

Permalink
Fix doc build for manylinux aarch64. (#30)
Browse files Browse the repository at this point in the history
Update to newest non-final python.
  • Loading branch information
Michael Howitz authored Sep 26, 2023
1 parent e16cd48 commit 1cd6103
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "b21fbbf2"
commit-id = "8918606b"

[python]
with-appveyor = true
Expand All @@ -15,6 +15,9 @@ with-macos = false

[tox]
use-flake8 = true
testenv-deps = [
"py37: urllib3 < 2",
]

[coverage]
fail-under = 100
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- Drop support for Python 2.7, 3.5, 3.6.

- Add preliminary support for Python 3.12 as of 3.12b4.
- Add preliminary support for Python 3.12 as of 3.12rc3.


5.4 (2022-11-17)
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ envlist =
usedevelop = true
pip_pre = py312: true
deps =
py37: urllib3 < 2
Sphinx
setenv =
pure: PURE_PYTHON=1
Expand All @@ -37,6 +38,7 @@ allowlist_externals =
mkdir
deps =
coverage
py37: urllib3 < 2
setenv =
PURE_PYTHON=1
commands =
Expand Down

0 comments on commit 1cd6103

Please sign in to comment.