Skip to content

Commit 91cf1ab

Browse files
committed
🔧 adjust supported python versions
1 parent 5f0ea10 commit 91cf1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ['3.10', '3.11', '3.12', '3.13']
19+
python-version: ['3.11', '3.12', '3.13']
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Setup uv

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vue-ssr"
33
version = "0.1.0"
44
description = "Render Vue components on the server side"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
dependencies = ["requests>=2.0.0", "requests-unixsocket>=0.4.1"]
88

99
[build-system]

0 commit comments

Comments
 (0)