Skip to content

Commit d4b6305

Browse files
committed
update apsw
1 parent 12270ef commit d4b6305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ commands=
4444
[apsw]
4545
# Ubuntu 20.04 has SQLite 3.31.1
4646
commands=
47-
pip install https://github.com/rogerbinns/apsw/releases/download/3.31.1-r1/apsw-3.31.1-r1.zip --global-option=build --global-option=--enable-all-extensions
47+
pip install https://github.com/rogerbinns/apsw/releases/download/3.38.1-r1/apsw-3.38.1-r1.zip --global-option=build --global-option=--enable-all-extensions
4848
py.test -svrx
4949

5050
[apswa]
5151
commands=
52-
pip install https://github.com/rogerbinns/apsw/releases/download/3.36.0-r1/apsw-3.36.0-r1.zip --global-option=fetch --global-option=--version=3.36.0 --global-option=--sqlite --global-option=build --global-option=--enable-all-extensions
52+
pip install https://github.com/rogerbinns/apsw/releases/download/3.38.1-r1/apsw-3.38.1-r1.zip --global-option=fetch --global-option=--version=3.38.1 --global-option=--sqlite --global-option=build --global-option=--enable-all-extensions
5353
py.test -svrx
5454

5555
[testenv:py310-apsw-linux]

0 commit comments

Comments
 (0)