From b9b1728ed0a5d8a87ae2cf7253108f34ae136d4c Mon Sep 17 00:00:00 2001 From: thiell Date: Sun, 8 Sep 2024 18:24:20 -0700 Subject: [PATCH] GitHub Actions: test also with Python 3.12 (#567) --- .github/workflows/nosetests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nosetests.yml b/.github/workflows/nosetests.yml index ee55e4af..9c367754 100644 --- a/.github/workflows/nosetests.yml +++ b/.github/workflows/nosetests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] include: - os: ubuntu-20.04 python-version: '3.6' @@ -22,9 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install coverage - pip install nose-py3 - pip install . + pip install coverage nose-py3 . - name: Allow us to SSH passwordless to localhost run: | chmod og-rw ~