Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6f28d62

Browse files
committed
Update post python 3.8 release.
1 parent 2ff8f2c commit 6f28d62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ environment:
4242
PYTHON_VERSION: 3.7
4343
PYTHON_ARCH: 64
4444

45-
- PYTHON: C:\Python38rc1
45+
- PYTHON: C:\Python38
4646
PYTHON_VERSION: 3.8
4747
PYTHON_ARCH: 32
4848

49-
- PYTHON: C:\Python38rc1-x64
49+
- PYTHON: C:\Python38-x64
5050
PYTHON_VERSION: 3.8
5151
PYTHON_ARCH: 64
5252

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "numpy"]
22
path = numpy
3-
url = git://github.com/numpy/numpy.git
3+
url = https://github.com/numpy/numpy.git
44
[submodule "multibuild"]
55
path = multibuild
66
url = https://github.com/matthew-brett/multibuild

0 commit comments

Comments
 (0)