Skip to content

Commit

Permalink
change test.yml to py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMatt committed Jan 31, 2024
1 parent 18ad9c3 commit 76a4740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: ['3.10']

steps:
- name: Checkout Source
Expand Down

0 comments on commit 76a4740

Please sign in to comment.