Skip to content

Commit

Permalink
Merge pull request #48 from waynerv/bump-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli authored Aug 20, 2023
2 parents cff7dbf + 89783a6 commit 2a479de
Show file tree
Hide file tree
Showing 5 changed files with 1,077 additions and 898 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-18.04, macos-latest, windows-latest]
python-versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -44,7 +44,7 @@ jobs:
- name: list files
run: ls -l .

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
files: coverage.xml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.0] - unreleased

- Drop Python 3.6 support.

## [0.3.0] - 2021-08-08

### Added
Expand Down
Loading

0 comments on commit 2a479de

Please sign in to comment.