-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: use poetry in CI, drop old pythons
Signed-off-by: Pavel Kulyov <[email protected]>
- Loading branch information
Showing
8 changed files
with
24 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "xoinvader" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
description = "(not so) small python curses space game" | ||
authors = ["Pavel Kulyov <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -15,8 +15,8 @@ keywords = ["curses", "space", "game"] | |
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Environment :: Console :: Curses", | ||
"Environment :: X11 Applications", | ||
"Intended Audience :: Developers", | ||
"Environment :: X11 Applications", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: End Users/Desktop", | ||
"License :: OSI Approved :: MIT License", | ||
|
@@ -33,7 +33,7 @@ classifiers = [ | |
xoigame = "xoinvader.game:main" | ||
|
||
[tool.poetry.dependencies] | ||
python = "~2.7 || ^3.4" | ||
python = "^3.6" | ||
tornado = "^4" | ||
pygame = "*" | ||
six = "*" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters