Skip to content

Commit

Permalink
Appveyor -- test against 3.12 instead of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed May 8, 2024
1 parent fda2048 commit 9427f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ environment:
CODECOV_BINARY: https://uploader.codecov.io/latest/macos/codecov

# Test alternative Python versions
- ID: Ubu20P311a
- ID: Ubu20P312a
# ~35min
PY: 3.11
PY: 3.12
DTS: >
datalad.cli
datalad.core
Expand All @@ -183,9 +183,9 @@ environment:
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
# system git-annex is way too old, use better one
INSTALL_GITANNEX: git-annex -m deb-url --url https://datasets.datalad.org/datalad/packages/neurodebian/git-annex_8.20210903-1_amd64.deb
- ID: Ubu20P311b
- ID: Ubu20P312b
# ~25min
PY: 3.11
PY: 3.12
DTS: >
datalad.downloaders
datalad.interface
Expand Down

0 comments on commit 9427f02

Please sign in to comment.