Compare commits

..

4 Commits

Author SHA1 Message Date
Sebastian Lohff 2a19a29aa1 Release 0.5.4 2023-01-23 21:50:44 +01:00
Sebastian Lohff 1d12ee4704 Drop python3.6 support
servefile still works with python3.6, we just no longer test this.
2023-01-23 21:50:42 +01:00
Sebastian Lohff 876d190703 Ignore python3.11 cgi deprecation warning
The cgi module is marked as deprecated and will be removed in
python3.13. servefile uses the module for its FieldStorage class used in
the upload functionality. For now I will just ignore this, so servefile
doesn't print out the warning each time it is run, but soon this will
require either a rewrite of FieldStorage or an external library.

With this commit we also now officially support python3.10 and
python3.11.
2023-01-23 21:50:11 +01:00
Sebastian Lohff d334a52e50 Code formatting
* removed weird linebreaks for for-loop
 * no () for del statement
2023-01-23 20:43:42 +01:00

Diff Content Not Available