Skip to content

Commit 186c845

Browse files
committed
Bump minimum Python to 3.10
1 parent 7c39f99 commit 186c845

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,17 @@ jobs:
1414
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
1515
with:
1616
envs: |
17-
- linux: py39-test-psutil56
18-
- linux: py310-test-psutil57
19-
- linux: py311-test-psutil58-alldeps
20-
- linux: py312-test-psutil59
17+
- linux: py310-test-psutil56
18+
- linux: py311-test-psutil57
19+
- linux: py312-test-psutil58-alldeps
2120
22-
- macos: py39-test-psutil56
23-
- macos: py310-test-psutil57
24-
- macos: py311-test-psutil58-alldeps
25-
- macos: py312-test-psutil59
21+
- macos-14: py310-test-psutil56
22+
- macos-14: py311-test-psutil57
23+
- macos-14: py312-test-psutil58-alldeps
2624
27-
- windows: py39-test-psutil56
28-
- windows: py310-test-psutil57
29-
- windows: py311-test-psutil58-alldeps
30-
- windows: py312-test-psutil59
25+
- windows: py310-test-psutil56
26+
- windows: py311-test-psutil57
27+
- windows: py312-test-psutil58-alldeps
3128
3229
publish:
3330
needs: tests

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ authors = [
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",
1818
"Programming Language :: Python",
19+
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
1923
"License :: OSI Approved :: BSD License",
2024
]
25+
requires-python = ">=3.10"
2126
description = "Python package to record activity from processes"
2227
readme = "README.rst"
2328
dependencies = [

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312}-test{,-psutil56,-psutil57,-psutil58,-psutil59}{,-alldeps}
3+
py{310,311,312}-test{,-psutil56,-psutil57,-psutil58,-psutil59}{,-alldeps}
44
requires =
55
setuptools >= 30.3.0
66
pip >= 19.3.1

0 commit comments

Comments
 (0)