Lint and test using python 3.10.

This commit is contained in:
auouymous 2022-07-31 01:57:15 -06:00
parent 75969b9111
commit d4ea4fc088

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.10]
steps:
- uses: actions/checkout@v2