Skip to content

Commit

Permalink
Template (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-young31 authored Mar 3, 2024
1 parent 034743c commit 67ed012
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.12"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.10"]
python-version: ["3.11"]

defaults:
run:
Expand Down
13 changes: 13 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

1.4.3
------
-------

Functionality improvements
**************************
- ...

Bug Fixes
*********
- ...


1.4.2
------
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="autode",
version="1.4.2",
version="1.4.3",
python_requires=">3.7",
packages=[
"autode",
Expand Down

0 comments on commit 67ed012

Please sign in to comment.