Skip to content

Commit

Permalink
Use ABI3 for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Feb 7, 2021
1 parent 4eede13 commit c465715
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 326 deletions.
9 changes: 9 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog
=========

3.10.1 (X February 2021)
++++++++++++++++++++++++

Other changes
-------------
* Python 3 wheels use ``abi3`` ABI tag.
* Remove Appveyor CI.

3.10.0 (6 February 2021)
++++++++++++++++++++++++

Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.. image:: https://github.com/Legrandin/pycryptodome/workflows/Integration%20test/badge.svg?branch=master
:target: https://github.com/Legrandin/pycryptodome/actions

.. image:: https://ci.appveyor.com/api/projects/status/mbxyqdodw9ylfib9/branch/master?svg=true
:target: https://ci.appveyor.com/project/Legrandin/pycryptodome

PyCryptodome
============

Expand Down
89 changes: 0 additions & 89 deletions appveyor.yml

This file was deleted.

26 changes: 0 additions & 26 deletions appveyor/get_wheels.sh

This file was deleted.

88 changes: 0 additions & 88 deletions appveyor/install.ps1

This file was deleted.

83 changes: 0 additions & 83 deletions appveyor/run_with_env.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion lib/Crypto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math']

version_info = (3, 10, 0)
version_info = (3, 10, 1, 'b0')

__version__ = ".".join([str(x) for x in version_info])
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ max-line-length = 110
[metadata]
project_urls =
Source=https://github.com/Legrandin/pycryptodome/

[bdist_wheel]
py-limited-api = cp35
Loading

0 comments on commit c465715

Please sign in to comment.