Add Python 3.13 and fix theme issue and broken link (#2059)
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
testLinux:
|
testLinux:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Customisations
|
Customisations
|
||||||
**************
|
**************
|
||||||
|
|
||||||
.. _Enchant: https://abiword.github.io/enchant
|
.. _Enchant: https://rrthomas.github.io/enchant/
|
||||||
.. _Free Desktop: https://cgit.freedesktop.org/libreoffice/dictionaries/tree/
|
.. _Free Desktop: https://cgit.freedesktop.org/libreoffice/dictionaries/tree/
|
||||||
|
|
||||||
There are a few ways you can customise novelWriter yourself. Currently, you can add new GUI themes,
|
There are a few ways you can customise novelWriter yourself. Currently, you can add new GUI themes,
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ helptext = 92, 92, 92
|
|||||||
fadedtext = 108, 108, 108
|
fadedtext = 108, 108, 108
|
||||||
errortext = 255, 92, 92
|
errortext = 255, 92, 92
|
||||||
statusnone = 120, 120, 120
|
statusnone = 120, 120, 120
|
||||||
statussaved = 200, 15, 39
|
statussaved = 2, 133, 37
|
||||||
statusunsaved = 2, 133, 37
|
statusunsaved = 200, 15, 39
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ classifiers =
|
|||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
Programming Language :: Python :: 3.12
|
Programming Language :: Python :: 3.12
|
||||||
|
Programming Language :: Python :: 3.13
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
|
|||||||
Reference in New Issue
Block a user