Skip to content

Commit

Permalink
added python 3.13 tests, removed 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman committed Mar 6, 2025
1 parent 1c8b180 commit 4e2c88f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: Python 3.10
runs-on: ubuntu-latest
python-version: '3.10'
toxenv: py310

- name: Python 3.11
runs-on: ubuntu-latest
python-version: 3.11
Expand All @@ -31,6 +26,11 @@ jobs:
python-version: 3.12
toxenv: py312

- name: Python 3.13
runs-on: ubuntu-latest
python-version: 3.13
toxenv: py313

- name: Code style checks
runs-on: ubuntu-latest
python-version: 3.11
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/weekly_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: Python 3.10
runs-on: ubuntu-latest
python-version: '3.10'
toxenv: py310

- name: Python 3.11
runs-on: ubuntu-latest
python-version: 3.11
Expand All @@ -28,6 +23,11 @@ jobs:
python-version: 3.12
toxenv: py312

- name: Python 3.13
runs-on: ubuntu-latest
python-version: 3.13
toxenv: py313

- name: Code style checks
runs-on: ubuntu-latest
python-version: 3.11
Expand Down

0 comments on commit 4e2c88f

Please sign in to comment.