Skip to content

Commit

Permalink
github actions: test on python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Nov 3, 2023
1 parent 8766b23 commit 837562d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
python-version: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build with Makefile
run: make

0 comments on commit 837562d

Please sign in to comment.