Skip to content

Commit

Permalink
allow python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Apr 10, 2023
1 parent 2c3e881 commit 0555bfc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1680728981,
"narHash": "sha256-ZhsViPJJvET7iLyD9ey63q6GwPKquDqIbOn2letvb/A=",
"lastModified": 1681064623,
"narHash": "sha256-UngFykv8KTrjxFeu4ZMvsOwFrxsa0A3ZPwyLhxb0Rrs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "38263d02cf3a22e011e137b8f67cdf8419f28015",
"rev": "da0b0bc6a5d699a8a9ffbf9e1b19e8642307062a",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -112,11 +112,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1680796877,
"narHash": "sha256-2Cep1iSIM1H+BJYp792YAPWedTAnmrYTIVPhnPPDaCY=",
"lastModified": 1680981441,
"narHash": "sha256-Tqr2mCVssUVp1ZXXMpgYs9+ZonaWrZGPGltJz94FYi4=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "d8480d44ffd2e1b5440a3cf74ce6fb299557e9a0",
"rev": "2144d9ddcb550d6dce64a2b44facdc8c5ea2e28a",
"type": "github"
},
"original": {
Expand Down
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://devenv.sh/packages/
packages = [
pkgs.git
pkgs.python39
pkgs.python310
pkgs.poetry
pkgs.gfortran
pkgs.zlib
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.7,<3.10"
python = ">=3.7,<3.11"
future = "^0.18.3"
pyslalib = "1.0.6"

Expand Down

0 comments on commit 0555bfc

Please sign in to comment.