Skip to content

Commit

Permalink
ci: update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Jan 9, 2024
1 parent 7d18d21 commit fa1e890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.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: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

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 @@ -10,7 +10,7 @@ authors = [
{name = "EBU", email = "[email protected]"},
]
license = {file = "LICENSE"} # BSD-3-Clause-Clear
requires-python = ">=3.7"
requires-python = ">=3.8"
dynamic = ["readme"]

dependencies = [
Expand Down

0 comments on commit fa1e890

Please sign in to comment.