Skip to content

Commit 2bd82c5

Browse files
remove release
1 parent ad2f477 commit 2bd82c5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12"]
14+
python-version: ["3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ authors = [
1010
{ name = "Fulfil.IO Inc" },
1111
{ name = "Pioreactor Inc." },
1212
]
13-
classifiers = [
14-
"Development Status :: 3 - Alpha",
15-
"Intended Audience :: Developers",
16-
"License :: OSI Approved :: MIT License",
17-
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.10",
19-
"Programming Language :: Python :: 3.11",
20-
]
2113
dependencies = [
2214
"msgspec>=0.18.0",
2315
]

0 commit comments

Comments
 (0)