Skip to content

Commit

Permalink
fixing python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Davis committed May 11, 2024
1 parent c794f46 commit 95537f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ name = "cycling-dynamics"
dynamic = ["version"]
description = 'Cycling (Bicycling) models of motion, air drag, rolling resistance, power calculations.'
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.10"
license = "MIT"
keywords = ["cycling", "bicycle", "dynamics", "speed", "Rolling Resistance", "Air Resistance", "Calculations", "Marginal Gains"]
authors = [
{ name = "Vincent Davis", email = "v@heteroskedastic.org" },
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion src/cycling_dynamics/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Vincent Davis <v@heteroskedastic.org>
#
# SPDX-License-Identifier: MIT
__version__ = "0.0.9"
__version__ = "0.0.11"

0 comments on commit 95537f6

Please sign in to comment.