Skip to content

Commit

Permalink
Trying out support for 3.12, dropping testing on 3.8.
Browse files Browse the repository at this point in the history
RE:#95
  • Loading branch information
phargogh committed Oct 27, 2023
1 parent b8a8d66 commit f55bfcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ TaskGraph Release History

Unreleased Changes
------------------
* Adding ``pyproject.toml`` for our build definitions.
* Python 3.6 has reached end-of-life and is no longer maintained, so it has
been removed from the automated tests.
* Python 3.7 has reached end-of-life and is no longer maintained, so it has
been removed from automated tests.
* Python 3.11 has been released, so ``taskgraph`` is now tested against this
new version of the language.
* Python 3.12 has been released, so ``taskgraph`` is now tested against this
new version of the language.

0.11.0 (2021-10-12)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft',
'Operating System :: POSIX',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: BSD License'
])

0 comments on commit f55bfcd

Please sign in to comment.