Skip to content

Commit

Permalink
Minimum Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Aug 1, 2023
1 parent 441c02c commit 4548c1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.5'
python-version: ${{ matrix.python-version }}
- name: Install Python requirements
run: pip install -r requirements.txt
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Get IPv4 and IPv6 addresses of hostnames using [socket.getaddrinfo()](https://do

## Requirements

Python 3
Python 3.7

## Setup

Expand Down

0 comments on commit 4548c1e

Please sign in to comment.