File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 11.DS_Store
22.ruff_cache
3+ poetry.lock
34.vscode
45
56# Byte-compiled / optimized / DLL files
Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ repository = "https://github.com/justmars/cloudflare-images"
1010documentation = " https://mv3.dev/cloudflare-images"
1111classifiers = [
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 "
2221python-dotenv = " ^0.21"
2322httpx = " ^0.24.0"
2423pydantic = " ^1.10.7"
You can’t perform that action at this time.
0 commit comments