Skip to content

Commit

Permalink
Minimum Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Aug 1, 2023
1 parent 5122a40 commit 13455f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
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.7
Python 3.8

## Setup

Expand Down

0 comments on commit 13455f6

Please sign in to comment.