Skip to content

Commit 131ca30

Browse files
committed
update python and bootstrap version in docs
1 parent 829aa60 commit 131ca30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ use cases <https://deformdemo.pylonsproject.org/>`_ are supported out of the box
3535

3636
Deform integrates with the `Pyramid web framework <https://trypyramid.com/>`_
3737
and several other web frameworks. Deform comes with `Chameleon templates
38-
<https://chameleon.readthedocs.io/en/latest/>`_ and `Bootstrap 3
39-
<https://getbootstrap.com/docs/3.3/>`_ styling. Under the hood, `Colander schemas
38+
<https://chameleon.readthedocs.io/en/latest/>`_ and `Bootstrap 5
39+
<https://getbootstrap.com/docs/5.3/>`_ styling. Under the hood, `Colander schemas
4040
<https://github.com/Pylons/colander>`_ are used for serialization and
4141
validation. The `Peppercorn <https://github.com/Pylons/peppercorn>`_ library
4242
maps HTTP form submissions to nested structure.

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Deform
44
======
55

66
:mod:`deform` is a Python HTML form generation library. It runs under Python
7-
2.x, 3.x and PyPy.
7+
>= 3.8 and PyPy3.
88

99
Deform is a Python form library for generating HTML forms on the server side.
1010
`Date and time picking widgets <https://deformdemo.pylonsproject.org/datetimeinput/>`_,

0 commit comments

Comments
 (0)