Compare commits

...

3 Commits

Author SHA1 Message Date
William Cheng
2199534829 fix 2026-01-27 12:57:03 +08:00
William Cheng
ea4d07da11 trigger build 2026-01-27 12:45:52 +08:00
William Cheng
dbba72842f update python server workflow to use v3.10 2026-01-27 12:40:02 +08:00
3 changed files with 5 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.9'
python-version: '3.10'
- name: Test
working-directory: ${{ matrix.sample }}
run: make test-all

View File

@@ -21,3 +21,6 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
#
#
#

View File

@@ -1,2 +1,3 @@
tox
flake8
pytest-aiohttp