Skip to content

Commit

Permalink
bumping python version to one that is supported by the latest ubuntu …
Browse files Browse the repository at this point in the history
…actions runner
  • Loading branch information
EvanDietzMorris committed May 23, 2023
1 parent 58f4a67 commit f2f5c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tester.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.9.10", "3.11.3"]
python-version: ["3.9.12", "3.11.3"]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f2f5c62

Please sign in to comment.