Skip to content

Commit 3b13ef8

Browse files
committed
fix: require Python >=3.10
1 parent 1d1fc23 commit 3b13ef8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
67-
python-version: ["3.8", "3.9", "3.10", "3.11"]
67+
python-version: ["3.10", "3.11", "3.12"]
6868

6969
steps:
7070
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "taskiq-sqs"
77
description = "SQS Broker for TaskIQ"
88
urls = {source = "https://github.com/ApeWorx/taskiq-sqs"}
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.10"
1111
keywords = ["taskiq", "broker", "aws", "sqs"]
1212
license = {file = "LICENSE"}
1313
classifiers = [

0 commit comments

Comments
 (0)