Skip to content

Commit

Permalink
[all] Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicodeTreason committed Jul 5, 2024
1 parent 8a74f9d commit 24883ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

[options]
packages = adventofcode
install_requires = requests>=2
python_requires = >=3.8
python_requires = >=3.10
zip_safe = no

[options.extras_require]
Expand Down
8 changes: 3 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[tox]
minversion = 3.8.0
envlist = py38, py39, py310, flake8
minversion = 3.10.0
envlist = py310, flake8
isolated_build = true

[gh-actions]
python =
3.8: py38, flake8
3.9: py39
3.10: py310
3.10: py310, flake8

[testenv]
setenv =
Expand Down

0 comments on commit 24883ce

Please sign in to comment.