Skip to content

Commit

Permalink
Python 3.13 got released
Browse files Browse the repository at this point in the history
And yes I test on 3.14
  • Loading branch information
rogerbinns committed Oct 7, 2024
1 parent 8b3bf39 commit 4013df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/pysqlite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module:
* APSW stays up to date with Python, including releases under
development as well as older still supported releases. The current
APSW release brings the most recent SQLite to Python 3.8 all the way
through Python 3.13.
through Python 3.14.

* APSW gives all functionality of SQLite including :ref:`virtual
tables <virtualtables>`, :ref:`VFS`, :ref:`BLOB I/O <blobio>`,
Expand Down
2 changes: 1 addition & 1 deletion tools/megatest.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def cmp(a, b):
# Default versions we support
PYVERS = (
'3.14.0a0',
'3.13.0rc3',
'3.13.0',
'3.12.7',
'3.11.10',
'3.10.15',
Expand Down

0 comments on commit 4013df8

Please sign in to comment.