Skip to content

Commit

Permalink
IMPROVEMENT: test with both python 3.9 and 3.13 (minimum and max requ…
Browse files Browse the repository at this point in the history
…irement)
  • Loading branch information
amilcarlucas committed Nov 15, 2024
1 parent a140716 commit 85955cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.13"]
steps:

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.9', '3.13']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest]
# python-version: ["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
os: [ubuntu-latest]
python-version: ["3.12"]
python-version: ["3.9", "3.13"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 85955cc

Please sign in to comment.