Skip to content

Commit

Permalink
drop support for python 3.7, include python 3.12 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed Apr 26, 2024
1 parent 39656a4 commit 7459c18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Install with :code:`pip install ciw`.

Current supported version of Python:

- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
- Python 3.12

Usage
-----
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ disciplines, dynamic customer classes, and deadlock detection.

The name **Ciw** is the Welsh word for a queue.

Ciw is currently supported for and regularly tested on Python versions 3.7,
3.8, 3.9, 3.10 and 3.11.
Ciw is currently supported for and regularly tested on Python versions 3.8,
3.9, 3.10, 3.11 and 3.12.

Contents:

Expand Down

0 comments on commit 7459c18

Please sign in to comment.