Skip to content

Commit

Permalink
Bump python versions in build
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Sep 17, 2023
1 parent f0cdf17 commit 9f3af5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
py: [ '3.6', '3.9' ]
py: [ '3.8', '3.11' ] # minimal and latest
steps:
- name: Install Python ${{ matrix.py }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 9f3af5f

Please sign in to comment.