Skip to content

Commit

Permalink
add newer python versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyCats committed Sep 5, 2024
1 parent 939e518 commit d081fe6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -24,10 +24,10 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v1
- name: Set up python ${{ matrix.python-version }}
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
=========

v1.0.1
------

- Added setuptools as a dependency. In some environments setuptools may
not be installed by default. This package uses it for its core
functionality, so it was added as an explicit requirment.

v1.0.0
------

Expand Down

0 comments on commit d081fe6

Please sign in to comment.