mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Merge pull request #1684 from reaperhulk/remove-freebsd92
we don't test on freebsd 9.x any more
This commit is contained in:
commit
9bc5d5052e
2 changed files with 2 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ Changelog
|
|||
* Added support for parsing X.509 names. See the
|
||||
:doc:`X.509 documentation</x509>` for more information.
|
||||
* Fixed building against LibreSSL, a compile-time substitute for OpenSSL.
|
||||
* FreeBSD 9.2 was removed from the continuous integration system.
|
||||
|
||||
0.7.2 - 2015-01-16
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy
|
|||
on these operating systems.
|
||||
|
||||
* x86-64 CentOS 7.x, 6.4 and CentOS 5.x
|
||||
* x86-64 FreeBSD 9.2 and FreeBSD 10
|
||||
* x86-64 FreeBSD 10
|
||||
* OS X 10.10 Yosemite, 10.9 Mavericks, 10.8 Mountain Lion, and 10.7 Lion
|
||||
* x86-64 Ubuntu 12.04 LTS
|
||||
* x86-64 Debian Wheezy (7.x) and Jessie (8.x)
|
||||
|
|
|
|||
Loading…
Reference in a new issue