Skip to content

Commit

Permalink
Upgrade to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecktos committed Jan 5, 2021
1 parent b9d7a1d commit 71b6b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ If the show name or season directory does not exist they will be created.
python -m unittest discover tests

## Requirements
Python 3.7
Python 3.8

watchdog
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
setuptools
flake8
];
python-with-packages = python3.withPackages my-python-packages;
python-with-packages = python38.withPackages my-python-packages;
in
stdenv.mkDerivation rec {
name = "memover-env";
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
install_requires=[
'watchdog'
],
python_requires='>=3.7'
python_requires='>=3.8'
)

0 comments on commit 71b6b88

Please sign in to comment.