Skip to content

Commit

Permalink
Incremented python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Oct 6, 2023
1 parent f82dbbd commit 6608cfb
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python "3.10"
- name: Set up Python "3.11"
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, 3.10, "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6608cfb

Please sign in to comment.