Merge branch 'master' into development

This commit is contained in:
Patrick Kanzler 2023-04-19 22:19:27 +02:00 committed by GitHub
commit 90c340163c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"restructuredtext.confPath": "${workspaceFolder}/doc", "esbonio.sphinx.confDir": "${workspaceFolder}/doc",
"files.watcherExclude": { "files.watcherExclude": {
"**/.git/objects/**": true, "**/.git/objects/**": true,
"**/.git/subtree-cache/**": true, "**/.git/subtree-cache/**": true,

View File

@ -18,11 +18,11 @@ classifiers =
Operating System :: OS Independent Operating System :: OS Independent
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Libraries :: Python Modules
Topic :: Office/Business :: Financial :: Point-Of-Sale Topic :: Office/Business :: Financial :: Point-Of-Sale

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py35, py36, py37, py38, py39, py310, docs, flake8 envlist = py37, py38, py39, py310, py311, docs, flake8
[gh-actions] [gh-actions]
python = python =
@ -9,6 +9,7 @@ python =
3.8: py38 3.8: py38
3.9: py39 3.9: py39
3.10: py310 3.10: py310
3.11: py311
[testenv] [testenv]
deps = nose deps = nose