Skip to content

Drop support for python 3.7 and add support for 3.10 #75

Drop support for python 3.7 and add support for 3.10

Drop support for python 3.7 and add support for 3.10 #75

Workflow file for this run

name: codeql
on:
push:
branches: [main]
paths:
- "**.py"
pull_request:
branches: [main]
paths:
- "**.py"
jobs:
analyze:
name: analyze with codeql
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/analyze@v1