Skip to content

Commit

Permalink
removed pprint import from distgfs; remove py3.8 and py3.9 from githu…
Browse files Browse the repository at this point in the history
…b CI
  • Loading branch information
iraikov committed Aug 28, 2024
1 parent 7916e13 commit 87044b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion distgfs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import copy
import pprint
import importlib
import logging
import os
Expand Down

0 comments on commit 87044b5

Please sign in to comment.