File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
13
13
with :
14
14
envs : |
15
- - linux: py37-test-pytest46
15
+ - linux: py37-test-pytestoldest
16
16
- macos: py37-test-pytest50
17
17
- windows: py38-test-pytest52
18
18
- linux: py38-test-pytest53
24
24
- linux: py310-test-pytest72
25
25
- macos: py310-test-pytest73
26
26
- windows: py311-test-pytest74
27
- - linux: py311 -test-pytestdev
27
+ - linux: py312 -test-pytestdev
28
28
publish :
29
29
needs : tests
30
30
uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ isolated_build = true
11
11
changedir = .tmp/{envname}
12
12
description = run tests
13
13
deps =
14
- pytest46 : pytest ==4.6.*
14
+ pytestoldest : pytest ==4.6.0
15
15
pytest50: pytest ==5.0.*
16
16
pytest52: pytest ==5.2.*
17
17
pytest53: pytest ==5.3.*
You can’t perform that action at this time.
0 commit comments