Skip to content

Commit

Permalink
add changes for python version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual committed Sep 9, 2023
1 parent 937d14f commit c14ac96
Show file tree
Hide file tree
Showing 3 changed files with 740 additions and 875 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.9.13","3.8.13","3.7.13","3.6.12","3.10"]
os: ["macos-latest", "windows-latest","ubuntu-20.04"]
python-version: ["3.9.13","3.8.13","3.10","3.11"]
fail-fast: false

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit c14ac96

Please sign in to comment.