Skip to content

Commit 68903a9

Browse files
committed
upgraded appveyor, for testing only
1 parent 6e5bad0 commit 68903a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ services:
66

77
environment:
88
matrix:
9-
- PYTHON: "C:/Python38-x64"
10-
PY_VER: "3.8"
9+
- PYTHON: "C:/Python311-x64"
10+
PY_VER: "3.11"
1111
PYTHON_ARCH: "64"
1212
adapter: "mssql"
13-
- PYTHON: "C:/Python38-x64"
14-
PY_VER: "3.8"
13+
- PYTHON: "C:/Python311-x64"
14+
PY_VER: "3.11"
1515
PYTHON_ARCH: "64"
1616
adapter: "mssqln"
1717

@@ -27,7 +27,7 @@ init:
2727
install:
2828
- appveyor DownloadFile https://bootstrap.pypa.io/pip/get-pip.py
2929
- python get-pip.py
30-
- pip install tox==4.23.2
30+
- pip install tox==4.32.0
3131
- pip install codecov
3232

3333
before_test:

0 commit comments

Comments
 (0)