Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Jan 29, 2024
2 parents 7c28f76 + 25a8f9e commit 432f841
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.9", "3.10", "3.12"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false

Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ repos:
rev: "1.5.3"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]

- repo: https://github.com/aio-libs/sort-all
rev: "v1.2.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)]()
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)]()
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)]()
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)]()

[![Downloads](https://pepy.tech/badge/cmcrameri)](https://pepy.tech/project/cmcrameri) (PyPI)

Expand Down
2 changes: 1 addition & 1 deletion cmcrameri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

__authors__ = ["Callum Rollo <[email protected]>"]

__version__ = "1.7"
__version__ = "1.8"

__scm_version__ = "8.0"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = [
"version",
Expand Down

0 comments on commit 432f841

Please sign in to comment.