Skip to content

Commit

Permalink
chg: dev: revert to windows-latest, drop py36 from build matris
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Dec 19, 2022
1 parent f2fcd47 commit ac113ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
os: [ubuntu-20.04, macos-11, windows-latest]
python-version: [3.7, 3.8, 3.9, '3.10']

steps:
- name: Set git crlf/eol
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Test via pip develop
run: |
tox -e dev
env:
SETUPTOOLS_ENABLE_FEATURES: legacy-editable
# env:
# SETUPTOOLS_ENABLE_FEATURES: legacy-editable

- name: Build dist pkgs
run: |
Expand Down

0 comments on commit ac113ca

Please sign in to comment.