We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce860d0 commit 86109d6Copy full SHA for 86109d6
2 files changed
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: true
13
matrix:
14
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
15
experimental: [false]
16
include:
17
- python-version: "3.14-dev"
pyproject.toml
@@ -21,10 +21,10 @@ classifiers = [
21
"Topic :: Software Development :: Libraries :: Python Modules",
22
"Programming Language :: Python",
23
"Programming Language :: Python :: 3",
24
- "Programming Language :: Python :: 3.8",
25
- "Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
28
"Programming Language :: Python :: Implementation :: CPython",
29
"Programming Language :: Python :: Implementation :: PyPy",
30
]
@@ -35,7 +35,7 @@ packages = [
35
include = ["src/odin/py.typed"]
36
37
[tool.poetry.dependencies]
38
-python = "^3.11"
+python = "^3.10"
39
pyyaml = {version = "*", optional = true }
40
toml = {version = "*", optional = true }
41
pint = {version = "*", optional = true }
0 commit comments