Skip to content

Commit

Permalink
more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTranter committed Jan 20, 2024
1 parent 1f3ea4c commit ea64952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10.x"]
python-version: ["3.10.x"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
authors = [
{ name = "Tom Tranter", email = "[email protected]" },
]
requires-python = ">=3.10"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering",
]
dependencies = [
Expand Down

0 comments on commit ea64952

Please sign in to comment.