Skip to content

Commit

Permalink
Update python versions used by github action workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Oct 16, 2024
1 parent 0def6bc commit aefdb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push, pull_request]

env:
FILES_CHANGED: "all"
CODECOV_PY_VER: "3.10"
USING_PYTYPE: "3.9,3.10,3.11,3.12"
CODECOV_PY_VER: "3.11"
USING_PYTYPE: "3.10,3.11,3.12"

jobs:
unit-tests:
Expand Down

0 comments on commit aefdb15

Please sign in to comment.