Skip to content

Commit

Permalink
No windows python 3.5 binaries this time
Browse files Browse the repository at this point in the history
I really wish the python team would support open source
compilers instead of the ridiculous hoops I have to jump
through to get msvc working
  • Loading branch information
rogerbinns committed Aug 21, 2015
1 parent ae6d7a2 commit edf57f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Update tests due to a change in Python 3.5 (exception returned with
invalid strings for system calls changed from TypeError to
ValueError).

Windows binaries for Python 3.5 provided. These are built with the
first release candidate as final hasn't been released.

Adjusted some internal detection related to the :func:`fork checker
<fork_checker>`

Expand Down
5 changes: 0 additions & 5 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ way to build or all the :ref:`options available <building>`.
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py3.4.exe>`__

* Windows Python 3.5 `32bit
<https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py3.5.exe>`__
`64bit
<https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py3.5.exe>`__

* `apsw-3.8.11.1-r1-sigs.zip
<https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1-sigs.zip>`__
GPG signatures for all files
Expand Down
2 changes: 1 addition & 1 deletion tools/docupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
op.append(" (Source, includes this HTML Help)")
op.append("")
not64=("2.3", "2.4", "2.5")
for pyver in ("2.3", "2.4", "2.5", "2.6", "2.7", "3.1", "3.2", "3.3", "3.4", "3.5"):
for pyver in ("2.3", "2.4", "2.5", "2.6", "2.7", "3.1", "3.2", "3.3", "3.4",):
op.append("* Windows Python %s `32bit" % (pyver,))
op.append(url % ("apsw-%s.win32-py%s.exe" % (version, pyver)))
if pyver not in not64:
Expand Down

0 comments on commit edf57f3

Please sign in to comment.