Skip to content

Commit

Permalink
use python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 18, 2024
1 parent fae8e9d commit 9d77f50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@ poetry.toml

# LSP config files
pyrightconfig.json

data/
.fluentci/mongodb
# End of https://www.toptal.com/developers/gitignore/api/python
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": [
"python310",
"python310Packages.pip"
"python38",
"python38Packages.pip"
],
"shell": {
"init_hook": ". $VENV_DIR/bin/activate"
Expand Down
8 changes: 8 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
]
}
}
},
"python38": {
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#python38",
"source": "nixpkg"
},
"python38Packages.pip": {
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#python38Packages.pip",
"source": "nixpkg"
}
}
}

0 comments on commit 9d77f50

Please sign in to comment.