Skip to content

Commit

Permalink
Bump versions of deps on win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 19, 2023
1 parent 04a7298 commit 1e0e855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/win-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import tarfile
import time

ZLIB = "http://zlib.net/zlib-{}.tar.xz".format("1.2.13")
LIBXML2 = "ftp://xmlsoft.org/libxml2/libxml2-{}.tar.gz".format('2.9.4')
LIBXSLT = "ftp://xmlsoft.org/libxml2/libxslt-{}.tar.gz".format('1.1.28')
ZLIB = "http://zlib.net/zlib-{}.tar.xz".format("1.3")
LIBXML2 = "ftp://xmlsoft.org/libxml2/libxml2-{}.tar.gz".format('2.11.5')
LIBXSLT = "ftp://xmlsoft.org/libxml2/libxslt-{}.tar.gz".format('1.1.38')
LXML = "https://files.pythonhosted.org/packages/06/5a/e11cad7b79f2cf3dd2ff8f81fa8ca667e7591d3d8451768589996b65dec1/lxml-4.9.2.tar.gz" # noqa
SW = os.path.abspath('sw')
PYTHON = os.path.abspath(sys.executable)
Expand Down

0 comments on commit 1e0e855

Please sign in to comment.