Skip to content

Commit

Permalink
Update nosetests.yml
Browse files Browse the repository at this point in the history
Github actions no longer supports python 3.6 for the latest ubuntu in testing. Removed 3.6 from tested python versions.
  • Loading branch information
IanSudbery committed Jan 4, 2023
1 parent a5b3489 commit 8a7c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nosetests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 8a7c9c4

Please sign in to comment.