Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
add Python 3.12 to CI + rename CI to be more representative than 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 18, 2024
1 parent 728dcba commit ead9833
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@

# UPDATEME to suit your project's workflow
name: build
name: Check Python Linting and Tests

on: [push, pull_request]

jobs:
build:
stac-model:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ead9833

Please sign in to comment.