Skip to content

Commit

Permalink
Add python3.9 to the supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Mar 22, 2023
1 parent b12f385 commit 6894bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- '3.8'
- '3.9'
dist: bionic
os: linux
arch:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
packages = [{include = "opshin"}]

[tool.poetry.dependencies]
python = ">=3.8, <3.9"
python = ">=3.8, <3.10"
uplc = "0.5.6"
pluthon = "0.3.1"
pycardano = "0.7.2"
Expand Down

0 comments on commit 6894bc2

Please sign in to comment.