Skip to content

Commit

Permalink
build also on py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed Dec 15, 2024
1 parent 1ef17a9 commit 2dc1359
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.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.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "mitene_download"
requires-python = ">=3.6"
requires-python = ">=3.8"
dependencies = ["aiohttp[speedups]"]
classifiers = ["License :: OSI Approved :: MIT License"]
readme = "README.md"
Expand Down Expand Up @@ -39,6 +39,7 @@ legacy_tox_ini = """
isolated_build = True
package = wheel
env_list =
py313
py312
py311
py310
Expand Down

0 comments on commit 2dc1359

Please sign in to comment.