Skip to content

Commit

Permalink
start testing with python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jul 19, 2024
1 parent b18d8df commit 5b18e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ jobs:
toxenv: py311
- version: "3.12"
toxenv: py312
- version: "3.13"
toxenv: py313
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python.version }}
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
{py310,py311,py312}
{py310,py311,py312,py313}
coverage

[testenv]
Expand Down

0 comments on commit 5b18e13

Please sign in to comment.