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 ad2f477 commit 2bd82c5Copy full SHA for 2bd82c5
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13"]
15
16
steps:
17
- uses: actions/checkout@v4
pyproject.toml
@@ -10,14 +10,6 @@ authors = [
10
{ name = "Fulfil.IO Inc" },
{ name = "Pioreactor Inc." },
]
-classifiers = [
- "Development Status :: 3 - Alpha",
- "Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
- "Programming Language :: Python :: 3",
18
- "Programming Language :: Python :: 3.10",
19
- "Programming Language :: Python :: 3.11",
20
-]
21
dependencies = [
22
"msgspec>=0.18.0",
23
0 commit comments