Skip to content

Commit d1b567f

Browse files
committed
Remove EOL pythons.
1 parent b073b8a commit d1b567f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mkdir -p $LINTDIR
2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.9'
25+
python-version: '3.11'
2626

2727
- run: pip install flake8
2828
- run: flake8 ttcal/** --max-line-length=199
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535

36-
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
36+
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
3737

3838
os: [ubuntu-latest]
3939
# include:
@@ -79,7 +79,7 @@ jobs:
7979
run: mkdir -p $PIP_CACHE_DIR
8080
- uses: actions/setup-python@v5
8181
with:
82-
python-version: '3.9'
82+
python-version: '3.11'
8383

8484
- name: Cleanup
8585
run: |

0 commit comments

Comments
 (0)