Skip to content

Commit

Permalink
Removes the eol product from dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba authored Oct 22, 2024
1 parent 7d8e2bc commit 7b99e2c
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 415 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9"]
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
run: python -m build
- name: Publish distribution to PyPI
if: ${{ matrix.python-version == '3.11' && startsWith(github.ref, 'refs/tags') }}
if: ${{ matrix.python-version == '3.12' && startsWith(github.ref, 'refs/tags') }}
uses: pypa/gh-action-pypi-publish@release/v1

#
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ watchdog = "*"
wheel = "*"
twine = "*"
pylint = "*"
typed-ast = "*"
astroid = "*"
mypy = "*"
"collective.checkdocs" = "*"
Expand Down
Loading

0 comments on commit 7b99e2c

Please sign in to comment.