Skip to content

Commit a4ded63

Browse files
committed
chore: add tests for form rendering
1 parent 517d8ca commit a4ded63

File tree

2 files changed

+404
-2
lines changed

2 files changed

+404
-2
lines changed

.github/workflows/publish-to-live-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Set up Python 3.10
14+
- name: Set up Python 3.13
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.13'
1818

1919
- name: Install pypa/build
2020
run: >-

0 commit comments

Comments
 (0)