Skip to content

Update to newer Python version

Compare
Choose a tag to compare
@rnnh rnnh released this 27 Feb 23:41
· 29 commits to master since this release
cf11c52
  • Updated version of Python used from 3.6.9 to 3.10
  • This update resolves security issues with modules in requirements.txt
  • Additional instructions added to README.md
  • Virtual environment created using venv instead of virtualenv
  • Code formatted using Black with --preview flag
  • Version of Black used included in virtual environment
  • Added if __name__ == "__main__": statement to vaporiser.py