Skip to content

Commit

Permalink
Revert "Temporarly drop python 3.13 tests due to pylint import bug"
Browse files Browse the repository at this point in the history
This reverts commit d859307.
  • Loading branch information
starkillerOG committed Mar 8, 2025
1 parent af8e13f commit c00b4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.12"
python-version: "3.13"
- name: Verify version
run: |
python -m pip install setuptools
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.12"
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]

name: Testing Python ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit c00b4ec

Please sign in to comment.