Skip to content

Commit

Permalink
Merge pull request #22 from GjjvdBurg/bugfix/bump_python
Browse files Browse the repository at this point in the history
Bump python versions in build workflow
  • Loading branch information
GjjvdBurg authored Dec 31, 2023
2 parents d4c2ef1 + d0ccb41 commit 2786fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py: [ '3.6', '3.9' ]
py: [ '3.9', '3.12' ]
steps:
- name: Install Python ${{ matrix.py }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 2786fab

Please sign in to comment.