]>
git.99rst.org Git - stevenblack-hosts.git/commitdiff
Python 3.8 is EOL
fail-fast: false
matrix:
python:
- - '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
+ - '3.13'
os:
- ubuntu-latest
include:
- os: macos-latest
- python: '3.8'
+ python: '3.9'
- os: macos-latest
- python: '3.12'
+ python: '3.13'
- os: windows-latest
- python: '3.8'
+ python: '3.9'
- os: windows-latest
- python: '3.12'
+ python: '3.13'
steps:
- name: Clone repository