Skip to content

Commit

Permalink
review actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 8, 2024
1 parent aeda1d3 commit 9516b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
python-version: [ "3.8", "3.9", "3.10" ,"3.11", "3.12" ]
python-version: [ "3.9", "3.10" ,"3.11", "3.12", "3.13" ]
defaults:
run:
shell: bash -l {0}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ build-backend = "setuptools.build_meta"
requires = [
"setuptools>=42",
"setuptools_scm",
"wheel",
]

[project]
Expand All @@ -17,11 +16,11 @@ maintainers = [
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dynamic = [
"dependencies",
Expand Down

0 comments on commit 9516b6e

Please sign in to comment.