Skip to content

Commit

Permalink
Merge pull request #13 from helpmefindaname/increase_compability
Browse files Browse the repository at this point in the history
Increase compability for python 3.12
  • Loading branch information
helpmefindaname authored Apr 5, 2024
2 parents 90a2d49 + 291ebfe commit 8eadc47
Show file tree
Hide file tree
Showing 6 changed files with 1,560 additions and 1,302 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
is_package: true # set this to true if you use this template for a package that you want to publish
POETRY_VERSION: 1.5.1
POETRY_VERSION: 1.7.1

jobs:
prep-vars:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- id: set-vars
run: |
echo "matrix={\"python-version\":${{ env.is_package && '[ \"3.8\", \"3.9\", \"3.10\"]' || '[ \"3.10\" ]' }} }" >> $GITHUB_OUTPUT
echo "matrix={\"python-version\":${{ env.is_package && '[ \"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]' || '[ \"3.12\" ]' }} }" >> $GITHUB_OUTPUT
echo "publish_docker=${{env.publish_docker}}" >> $GITHUB_OUTPUT
test:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 8eadc47

Please sign in to comment.