Skip to content

Commit

Permalink
Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavelka, Roman (ADV D EU CZ PDS1 CIO 1) committed Aug 28, 2023
1 parent 2891f27 commit cfeca42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
requests = {version = "*", sys_platform = "!= 'linux'"}
requests = {version = "*", sys_platform = "== 'linux'"}

[dev-packages]

[requires]
python_version = "3.10"
python_version = "3.11"

0 comments on commit cfeca42

Please sign in to comment.