Skip to content

Commit

Permalink
Add Python 3.9 to supported versions and update Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Jul 2, 2024
1 parent 745c0ae commit 966476b
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.8"]
python: ["3.7", "3.8", "3.9"]

steps:
- name: Checkout Source
Expand Down
Loading

0 comments on commit 966476b

Please sign in to comment.