Skip to content

Commit

Permalink
- prepare release 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 17, 2022
1 parent d7d6602 commit e8666df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ jobs:
pip install -U wheel setuptools
pip install -U coverage
pip install -U 'faulthandler; python_version == "2.7" and platform_python_implementation == "CPython"'
pip install -U 'cffi; platform_python_implementation == "CPython"'
# Unzip into src/ so that testrunner can find the .so files
# when we ask it to load tests from that directory. This
# might also save some build time?
Expand Down
3 changes: 2 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 = "57e4030390098babcc18db626cc426388394c231"
commit-id = "342271a70d886e753e5cc629e8a81b3cfab692ac"

[python]
with-appveyor = true
Expand All @@ -11,6 +11,7 @@ with-pypy = true
with-legacy-python = true
with-sphinx-doctests = false
with-future-python = false
with-macos = false

[tox]
use-flake8 = false
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
===========

2.6 (unreleased)
2.6 (2022-11-17)
================

- Add support for building arm64 wheels on macOS.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read(fname):

setup(
name='zodbpickle',
version='2.6.dev0',
version='2.6',
description='Fork of Python 2 and 3 pickle module.',
author='Python and Zope Foundation',
author_email='[email protected]',
Expand Down

0 comments on commit e8666df

Please sign in to comment.