Skip to content

Commit

Permalink
Move to 3.12 only + cut new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jul 29, 2024
1 parent 198be21 commit ed3f7df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.12"]
os: [ubuntu-latest]

steps:
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_long_desc() -> str:

setup(
name="speedtest_wrapper",
version="23.8.20",
version="24.7.29",
description="Wrap the speedtest cli and exports stats for prometheus",
long_description=get_long_desc(),
long_description_content_type="text/markdown",
Expand All @@ -32,9 +32,9 @@ def get_long_desc() -> str:
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.11",
python_requires=">=3.12",
entry_points={"console_scripts": ["speedtest-wrapper = speedtest_wrapper:main"]},
install_requires=["prometheus_client"],
)

0 comments on commit ed3f7df

Please sign in to comment.