Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[pre-commit.ci] pre-commit autoupdate #3

Merged
merged 6 commits into from
Apr 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
python >= 3.9
  • Loading branch information
Boisselet Alexandre (IFAT DC ATV SC D TE2) authored and Boisselet Alexandre (IFAT DC ATV SC D TE2) committed Apr 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7fbee0bb1aeb3af5ef5381a81bc3927d2b818f7f
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ jobs:
docs:
docker:
# see: https://circleci.com/docs/2.0/circleci-images/#python
- image: circleci/python:3.7-stretch
- image: circleci/python:3.9-stretch
steps:
# Get our data and merge with upstream
- run: sudo apt-get update
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATES/bug_report.md
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ ERROR ...

**Environment (please complete the following information):**

- Python Version [e.g. 3.7.1]
- Python Version [e.g. 3.9.1]
- Package Version [e.g. 0.1.0]

**Additional context**
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@@ -56,10 +56,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Build package
run: |
pip install wheel