Skip to content

Commit

Permalink
Updated Python versions to test with. (#146)
Browse files Browse the repository at this point in the history
* Updated Python versions to test with
  • Loading branch information
MatthewHambley authored Mar 7, 2025
1 parent e97c18c commit 17cf670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.7, 3.8, "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = 'setuptools.build_meta'
[project]
name='stylist'
description="Flexible source code style checking tool"
requires-python = '>=3.7, <4'
requires-python = '>=3.9'
license = {text = 'BSD 3-Clause License'}
dependencies = ['fparser >= 0.1.2']
dynamic = ['version', 'readme']
Expand Down

0 comments on commit 17cf670

Please sign in to comment.