Skip to content

Commit

Permalink
Merge pull request #4399 from gizmoguy/pytype-3.11
Browse files Browse the repository at this point in the history
Enable pytype for python 3.11.
  • Loading branch information
anarkiwi committed Oct 23, 2023
2 parents 18d703b + 02fbd50 commit c33b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
FILES_CHANGED: "all"
CODECOV_PY_VER: '3.10'
USING_PYTYPE: '3.8,3.9,3.10'
USING_PYTYPE: '3.8,3.9,3.10,3.11'

jobs:
unit-tests:
Expand Down

0 comments on commit c33b2e7

Please sign in to comment.