Skip to content

Commit

Permalink
Require Python version > 3.11 (#2)
Browse files Browse the repository at this point in the history
* Python version

* Python version > 3.10

* Python version > 3.11
  • Loading branch information
slinkydeveloper authored Jul 18, 2024
1 parent 3bc51f9 commit dc6d84d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.12" ]
python: [ "3.11", "3.12" ]
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "restate-sdk"
description = "A Python SDK for Restate"
requires-python = ">=3.8"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit dc6d84d

Please sign in to comment.