Skip to content

Commit effbf56

Browse files
committed
Test in Python 3.6
The Python Software Foundation is supporting Python 3.6 until 2021-12-23. CASE should test its tooling in Python 3.6 until that Python release reaches end-of-life. This patch is somewhat an XFAIL - I ran the unit tests in an Ubuntu 18.04 machine and found a feature used in a test is supported in Python >= 3.7. A follow-on patch will correct that issue. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 5d08d60 commit effbf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: [3.8]
26+
python-version: [ 3.6, 3.8 ]
2727

2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)