Skip to content

Commit

Permalink
update python requires
Browse files Browse the repository at this point in the history
  • Loading branch information
purarue committed Nov 8, 2024
1 parent 7bdba4b commit 240c10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
exclude:
[
{ platform: macos-latest, python-version: "3.11" },
{ platform: macos-latest, python-version: "3.12" },
]

runs-on: ${{ matrix.platform }}
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
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

[options]
python_requires = >=3.8
python_requires = >3.9
include_package_data = True
zip_safe = False

Expand Down

0 comments on commit 240c10c

Please sign in to comment.