Skip to content

Commit

Permalink
rename github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Mar 1, 2025
1 parent b39874f commit acf823a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sure Tests
name: Continuous Integration

on:
push:
Expand All @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
python:
# - "3.11"
# - "3.12"
- "3.11"
- "3.12"
- "3.13"
# IMPORTANT: update the documentation file ../../docs/source/getting-started.rst when adding more python versions to the list above

Expand Down

0 comments on commit acf823a

Please sign in to comment.