Skip to content

Commit 18be9b8

Browse files
committed
Rename pytest46 to pytestoldest and add Python 3.12 testing
1 parent 2ccfa62 commit 18be9b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
1313
with:
1414
envs: |
15-
- linux: py37-test-pytest46
15+
- linux: py37-test-pytestoldest
1616
- macos: py37-test-pytest50
1717
- windows: py38-test-pytest52
1818
- linux: py38-test-pytest53
@@ -24,7 +24,7 @@ jobs:
2424
- linux: py310-test-pytest72
2525
- macos: py310-test-pytest73
2626
- windows: py311-test-pytest74
27-
- linux: py311-test-pytestdev
27+
- linux: py312-test-pytestdev
2828
publish:
2929
needs: tests
3030
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ isolated_build = true
1111
changedir = .tmp/{envname}
1212
description = run tests
1313
deps =
14-
pytest46: pytest==4.6.*
14+
pytestoldest: pytest==4.6.0
1515
pytest50: pytest==5.0.*
1616
pytest52: pytest==5.2.*
1717
pytest53: pytest==5.3.*

0 commit comments

Comments
 (0)