Skip to content

Commit

Permalink
update for newer versions of python and pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Haumesser committed Feb 2, 2024
1 parent 6c57d5b commit cf6d1c6
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 399 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CHANGES
=======

* add github workflow

v2.0.0
------
Expand Down
Loading

0 comments on commit cf6d1c6

Please sign in to comment.