Skip to content

Commit

Permalink
Update Python for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley committed Jun 26, 2023
1 parent 68faa10 commit 8d20bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -15,7 +15,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest]
python-version: [3.8]
python-version: [3.8, 3.10]

runs-on: ${{ matrix.platform }}

Expand All @@ -41,7 +41,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest]
python-version: [3.8]
python-version: [3.8, 3.10]

runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8d20bbc

Please sign in to comment.