Skip to content

Commit

Permalink
Merge pull request #27 from Finomnis/fix_ci
Browse files Browse the repository at this point in the history
Remove Python 3.7 in CI, add 3.12
  • Loading branch information
Finomnis authored Jun 10, 2024
2 parents cde1afc + 97554a5 commit 9b3fa75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
reportlab==3.6.12
reportlab==4.2.0

0 comments on commit 9b3fa75

Please sign in to comment.