Skip to content

Commit 4987362

Browse files
committed
ci(windows): drop Python 3.8 packages
The runner image to build 3.8 package doesn't seem to have a currently supported database, and the previously used 9.6 is no more supported on current runners.
1 parent 8c9a35d commit 4987362

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.appveyor/packages.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ environment:
1919
- {PY_VER: "310", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
2020
- {PY_VER: "39", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
2121
- {PY_VER: "39", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
22-
- {PY_VER: "38", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015}
23-
- {PY_VER: "38", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015}
2422

2523
WORKFLOW: packages
2624

@@ -39,14 +37,14 @@ environment:
3937
PERL5LIB: .
4038

4139
# Select according to the service enabled
42-
POSTGRES_DIR: C:\Program Files\PostgreSQL\9.6\
40+
POSTGRES_DIR: C:\Program Files\PostgreSQL\13\
4341

4442
matrix:
4543
fast_finish: false
4644

4745
services:
4846
# Note: if you change this service also change POSTGRES_DIR
49-
- postgresql96
47+
- postgresql13
5048

5149
cache:
5250
# Rebuild cache if following file changes

0 commit comments

Comments
 (0)