From 0d3aed3204c8f07997db4d6bbbd32fafa97262fe Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Sat, 3 Feb 2024 09:52:26 +0100 Subject: [PATCH] update workflow --- .github/workflows/python.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d4a95d1..45317a3 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.9', '3.10'] steps: - uses: actions/checkout@v3 @@ -52,7 +52,7 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.9', '3.10'] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index 55de09d..b4daedc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Xrpld network generator" authors = ["Denis Angell "] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9.6" pyyaml = "^6.0.1" requests = "^2.31.0" xrpld-publisher = "^2.0.0"