From 87044b546c69611725f6202f2d394455454f2b10 Mon Sep 17 00:00:00 2001 From: Ivan Raikov Date: Wed, 28 Aug 2024 14:14:50 -0700 Subject: [PATCH] removed pprint import from distgfs; remove py3.8 and py3.9 from github CI --- .github/workflows/main.yaml | 2 +- distgfs.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e6a9299..08fd166 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.10"] steps: - name: Checkout sources diff --git a/distgfs.py b/distgfs.py index 0898b8e..f737ecb 100644 --- a/distgfs.py +++ b/distgfs.py @@ -1,5 +1,4 @@ import copy -import pprint import importlib import logging import os