Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Drop python 3.9 support 🔒
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Feb 18, 2022
1 parent 534a275 commit 649eaa4
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 203 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: test

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand All @@ -16,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![codecov](https://codecov.io/gh/fire-squad/autodonate/branch/master/graph/badge.svg)](https://codecov.io/gh/fire-squad/autodonate)
[![Documentation Build Status](https://readthedocs.org/projects/autodonate/badge/?version=latest)](https://autodonate.readthedocs.io/en/latest/?badge=latest)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)
![](https://img.shields.io/badge/python-3.10-blue)

Бесплатный и модульный сайт авто-доната для майнкрафт серверов.

Expand Down

0 comments on commit 649eaa4

Please sign in to comment.