Skip to content

Commit 0f09f42

Browse files
authored
Merge pull request #136 from stealthrocket/py310
Python 3.10 support
2 parents b3f8af3 + aaf9c26 commit 0f09f42

File tree

11 files changed

+860
-183
lines changed

11 files changed

+860
-183
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: ['3.11', '3.12']
18+
python: ['3.10', '3.11', '3.12']
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "dispatch-py"
77
description = "Develop reliable distributed systems on the Dispatch platform."
88
readme = "README.md"
99
dynamic = ["version"]
10-
requires-python = ">= 3.11"
10+
requires-python = ">= 3.10"
1111
dependencies = [
1212
"grpcio >= 1.60.0",
1313
"protobuf >= 4.24.0",

0 commit comments

Comments
 (0)