Skip to content

Commit

Permalink
Merge pull request #46 from zopefoundation/config-with-c-code-templat…
Browse files Browse the repository at this point in the history
…e-4dc0484e

Build Windows wheels on GHA
  • Loading branch information
tseaver authored May 24, 2024
2 parents 1ba35be + 4ecec89 commit e22fd8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "3.7"
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "3.7"
Expand Down
16 changes: 3 additions & 13 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "03c8e084"
commit-id = "4dc0484e"

[python]
with-appveyor = true
with-windows = false
with-appveyor = false
with-windows = true
with-pypy = true
with-future-python = true
with-docs = true
Expand Down Expand Up @@ -35,13 +35,3 @@ additional-rules = [
"include *.sh",
"recursive-include docs *.bat",
]

[appveyor]
global-env-vars = [
"# Currently the builds use @mgedmin's Appveyor account. The PyPI token belongs",
"# to zope.wheelbuilder, which is managed by @mgedmin and @dataflake.",
"global:",
" TWINE_USERNAME: __token__",
" TWINE_PASSWORD:",
" secure: aoZC/+rvJKg8B5GMGIxd1VZ0Oxtmc0lPMiqT2wHP5qBRoZf6tEB7n9u7uCIifcAX1IWsLCRF7DKWvvCQTFJL5HcQvXFQSnEuXvdMT/utFFx9eCCy+Cu+WuWkasGCG+gx9uhMTe01mixi8yujgVj894Xjdv5YyNH2dPeqV5kInTzYrOmKZs1FTvKTlYZNHyYWRnYhyaLBn4FmmeuXuFcd5o05jkaa2dnerW85F3sr7mWbCgL4GpEQ59rYX34Cl4EdEXw+IViTyFWJuZp+k9GCUnzxAmA+vlfoSbZ6JfvTLaU=",
]
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
6.2 (unreleased)
================

- Build Windows wheels on GHA.

- Add preliminary support for Python 3.13 as of 3.13a5.


6.1.0 (2023-10-05)
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

0 comments on commit e22fd8a

Please sign in to comment.