Skip to content

Commit

Permalink
drop python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed Dec 13, 2024
1 parent 081ae70 commit a69a3c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13"]
name: ${{ matrix.os }} - py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}-latest
defaults:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.13"]
name: pip pre-release - py${{ matrix.python-version }}
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ classifiers = [
'Operating System :: Microsoft :: Windows',
'Operating System :: Unix',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
Expand All @@ -35,7 +34,7 @@ maintainers = [
]
name = 'template'
readme = 'README.md'
requires-python = '>=3.10'
requires-python = '>=3.11'
version = '0.1.0'

[project.optional-dependencies]
Expand Down

0 comments on commit a69a3c0

Please sign in to comment.