Skip to content

Commit 3ad2b03

Browse files
committed
feat: limit to 3.11 for base exception
1 parent 911a741 commit 3ad2b03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
python-version: ['3.10','3.11']
28+
python-version: ['3.11']
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python ${{ matrix.python-version }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
.ruff_cache
3+
poetry.lock
34
.vscode
45

56
# Byte-compiled / optimized / DLL files

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ repository = "https://github.com/justmars/cloudflare-images"
1010
documentation = "https://mv3.dev/cloudflare-images"
1111
classifiers = [
1212
"License :: OSI Approved :: BSD License",
13-
"Programming Language :: Python :: 3.10",
1413
"Programming Language :: Python :: 3.11",
1514
"Typing :: Typed",
1615
"Development Status :: 4 - Beta",
1716
"Framework :: Pytest",
1817
]
1918

2019
[tool.poetry.dependencies]
21-
python = "^3.10"
20+
python = "^3.11"
2221
python-dotenv = "^0.21"
2322
httpx = "^0.24.0"
2423
pydantic = "^1.10.7"

0 commit comments

Comments
 (0)