Skip to content

Commit

Permalink
Add Python 3.9 testing to build (#634)
Browse files Browse the repository at this point in the history
Need to be unit testing on Python 3.9 now that support for it has been
added.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb authored Oct 10, 2024
1 parent d4135e3 commit 501762c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
strategy:
matrix:
python-version: [
["3.9", "39"],
["3.10", "310"],
["3.11", "311"],
["3.12", "312"],
Expand Down

0 comments on commit 501762c

Please sign in to comment.