Skip to content

Commit

Permalink
Update py version info
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 1, 2023
1 parent 98e18cb commit e4f5df2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ peewee
Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.

* a small, expressive ORM
* python 2.7+ and 3.4+ (developed with 3.6)
* python 2.7+ and 3.4+
* supports sqlite, mysql, postgresql and cockroachdb
* tons of `extensions <http://docs.peewee-orm.com/en/latest/peewee/playhouse.html>`_

2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Peewee is a simple and small ORM. It has few (but expressive) concepts, making
it easy to learn and intuitive to use.

* a small, expressive ORM
* python 2.7+ and 3.4+ (developed with 3.6)
* python 2.7+ and 3.4+
* supports sqlite, mysql, postgresql and cockroachdb
* :ref:`tons of extensions <playhouse>`

0 comments on commit e4f5df2

Please sign in to comment.