mirror of
https://github.com/dcarrillo/digaws.git
synced 2025-07-05 04:39:26 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
e5685511ba
|
|||
d1d01b242c
|
|||
e2f0f4f63c
|
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -14,12 +14,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
@ -41,12 +41,12 @@ jobs:
|
||||
needs: tests
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.11
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
@ -9,7 +9,7 @@ a cached version until a new version is published.
|
||||
|
||||
## Requirements
|
||||
|
||||
Python >= 3.7
|
||||
Python >= 3.8
|
||||
|
||||
Tests are verified on Linux, macos and Windows.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
__version__ = '1.0.5'
|
||||
__version__ = '1.0.6'
|
||||
__description__ = 'Look up canonical information for AWS IP addresses and networks'
|
||||
|
Reference in New Issue
Block a user