File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 66
77**WARNING **: Python-LLFUSE is no longer actively developed.
88
9+ Release 1.5.1 (2024-08-31)
10+ ==========================
11+
12+ - Support and test on Python 3.13 also.
13+ - Cythonized using Cython 3.0.11 to get Python 3.13 support.
14+ - Misc. CI and readthedocs related changes.
15+
16+
917Release 1.5.0 (2023-08-08)
1018==========================
1119
Original file line number Diff line number Diff line change 5252
5353# General information about the project.
5454project = 'Python-LLFUSE'
55- copyright = '2010-2023 , Nikolaus Rath'
55+ copyright = '2010-2024 , Nikolaus Rath'
5656
5757# The version info for the project you're documenting, acts as replacement for
5858# |version| and |release|, also used in various other places throughout the
5959# built documents.
6060#
6161# The short X.Y version.
62- version = '1.5.0 '
62+ version = '1.5.1 '
6363# The full version, including alpha/beta/rc tags.
6464release = version + ''
6565
Original file line number Diff line number Diff line change 4747 warnings .simplefilter ('default' )
4848
4949
50- LLFUSE_VERSION = '1.5.0 '
50+ LLFUSE_VERSION = '1.5.1 '
5151
5252def main ():
5353
@@ -115,6 +115,7 @@ def main():
115115 'Programming Language :: Python :: 3.10' ,
116116 'Programming Language :: Python :: 3.11' ,
117117 'Programming Language :: Python :: 3.12' ,
118+ 'Programming Language :: Python :: 3.13' ,
118119 'Topic :: Software Development :: Libraries :: Python Modules' ,
119120 'Topic :: System :: Filesystems' ,
120121 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)' ,
You can’t perform that action at this time.
0 commit comments