Skip to content

Commit

Permalink
3.10 Python is not supported in GH actions - reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgredowski committed Aug 7, 2021
1 parent f104f23 commit 80a3e4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ classifiers = [
"Topic :: Programming Language :: Python :: 3.7",
"Topic :: Programming Language :: Python :: 3.8",
"Topic :: Programming Language :: Python :: 3.9",
"Topic :: Programming Language :: Python :: 3.10",
]

[tool.poetry.urls]
Expand Down

0 comments on commit 80a3e4c

Please sign in to comment.