Skip to content

Commit 7b99e2c

Browse files
authored
Removes the eol product from dependencies (#9)
1 parent 7d8e2bc commit 7b99e2c

File tree

3 files changed

+499
-415
lines changed

3 files changed

+499
-415
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
python-version: ["3.12", "3.11", "3.10", "3.9"]
46+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
4747
steps:
4848
- uses: actions/checkout@v4
4949
- name: Set up Python ${{ matrix.python-version }}
@@ -79,7 +79,7 @@ jobs:
7979
if: startsWith(github.ref, 'refs/tags')
8080
run: python -m build
8181
- name: Publish distribution to PyPI
82-
if: ${{ matrix.python-version == '3.11' && startsWith(github.ref, 'refs/tags') }}
82+
if: ${{ matrix.python-version == '3.12' && startsWith(github.ref, 'refs/tags') }}
8383
uses: pypa/gh-action-pypi-publish@release/v1
8484

8585
#

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ watchdog = "*"
1818
wheel = "*"
1919
twine = "*"
2020
pylint = "*"
21-
typed-ast = "*"
2221
astroid = "*"
2322
mypy = "*"
2423
"collective.checkdocs" = "*"

0 commit comments

Comments
 (0)